Explorar el Código

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

apparently some broken stuff (libstdc++) needs this.
Rich Felker hace 13 años
padre
commit
4ce6766a32
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/syscall.h

+ 1 - 0
include/syscall.h

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