This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Rich Felker
13 years ago
parent
95b930ad26
commit
4ce6766a32
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
include/syscall.h
+ 1
- 0
include/syscall.h
View File
@@ -0,0 +1 @@
+#include <sys/syscall.h>