summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/wait.c')
-rw-r--r--libc/sysdeps/linux/common/wait.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/wait.h>
#include <sys/resource.h>
+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__