syscall() declaration belongs in unistd.h, not sys/syscall.h
[musl] / include / unistd.h
index 64a6b46..89015ad 100644 (file)
@@ -175,6 +175,7 @@ void setusershell(void);
 void endusershell(void);
 char *getusershell(void);
 int acct(const char *);
+long syscall(long, ...);
 #endif
 
 #ifdef _GNU_SOURCE