add <syscall.h> as an alias for <sys/syscall.h>
authorRich Felker <dalias@aerifal.cx>
Thu, 1 Mar 2012 03:36:06 +0000 (22:36 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 1 Mar 2012 03:36:06 +0000 (22:36 -0500)
apparently some broken stuff (libstdc++) needs this.

include/syscall.h [new file with mode: 0644]

diff --git a/include/syscall.h b/include/syscall.h
new file mode 100644 (file)
index 0000000..f2043aa
--- /dev/null
@@ -0,0 +1 @@
+#include <sys/syscall.h>
\ No newline at end of file