remove everything related to forkall
[musl] / src / internal / libc.h
index 78fca47..0ec3691 100644 (file)
@@ -52,7 +52,6 @@ void __unlockfile(FILE *);
 #define UNLOCK(x) (libc.threads_minus_1 ? (__unlock(x),1) : ((void)(x),1))
 
 void __synccall(void (*)(void *), void *);
 #define UNLOCK(x) (libc.threads_minus_1 ? (__unlock(x),1) : ((void)(x),1))
 
 void __synccall(void (*)(void *), void *);
-void __synccall_wait(void);
 int __setxid(int, int, int, int);
 
 extern char **__environ;
 int __setxid(int, int, int, int);
 
 extern char **__environ;