Преглед изворни кода

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

apparently some broken stuff (libstdc++) needs this.
Rich Felker пре 13 година
родитељ
комит
4ce6766a32
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      include/syscall.h

+ 1 - 0
include/syscall.h

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