From 13433395f2fd808006cd07b05b79cae193c6ecb9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 19:22:42 +0200 Subject: silence some warnings about missing prototypes Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/wait.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/wait.c') diff --git a/libc/sysdeps/linux/common/wait.c b/libc/sysdeps/linux/common/wait.c index d4b79bd37..9b529eb21 100644 --- a/libc/sysdeps/linux/common/wait.c +++ b/libc/sysdeps/linux/common/wait.c @@ -10,6 +10,7 @@ #include #include +extern __typeof(wait) __libc_wait; /* Wait for a child to die. When one does, put its status in *STAT_LOC * and return its process ID. For errors, return (pid_t) -1. */ #ifdef __UCLIBC_HAS_THREADS_NATIVE__ -- cgit v1.2.3