summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index 78fca47f..0ec3691e 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -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 *);
-void __synccall_wait(void);
int __setxid(int, int, int, int);
extern char **__environ;