summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-02-29 22:36:06 -0500
committerRich Felker <dalias@aerifal.cx>2012-02-29 22:36:06 -0500
commit4ce6766a3264b1ee5bf4056a0685b06939938247 (patch)
tree0813b64748e00dbd62c75c3944bc68cc6dd96087 /include
parent95b930ad2646bb733ca9330ab3b990570e7ff9c6 (diff)
downloadmusl-4ce6766a3264b1ee5bf4056a0685b06939938247.tar.gz
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Diffstat (limited to 'include')
-rw-r--r--include/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/syscall.h b/include/syscall.h
new file mode 100644
index 00000000..f2043aa8
--- /dev/null
+++ b/include/syscall.h
@@ -0,0 +1 @@
+#include <sys/syscall.h> \ No newline at end of file