summaryrefslogtreecommitdiff
path: root/posix/wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/wait4.c')
-rw-r--r--posix/wait4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/wait4.c b/posix/wait4.c
index eb4f7fb6de..76cc590051 100644
--- a/posix/wait4.c
+++ b/posix/wait4.c
@@ -27,4 +27,5 @@ __wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage)
}
stub_warning (wait4)
+libc_hidden_def (__wait4)
weak_alias (__wait4, wait4)