Przeglądaj źródła

add <syscall.h> as an alias for <sys/syscall.h>

apparently some broken stuff (libstdc++) needs this.
Rich Felker 13 lat temu
rodzic
commit
4ce6766a32
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      include/syscall.h

+ 1 - 0
include/syscall.h

@@ -0,0 +1 @@
+#include <sys/syscall.h>