From 848791557bc4dbf783b03f2b8af77f71c909ed57 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 13 Nov 2019 17:57:00 -0300 Subject: Implement waitpid in terms of wait4 This also consolidate all waitpid implementations. Checked on x86_64-linux-gnu. --- sysdeps/mach/hurd/wait4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/wait4.c b/sysdeps/mach/hurd/wait4.c index 78ad33e8f5..a8b5c0f183 100644 --- a/sysdeps/mach/hurd/wait4.c +++ b/sysdeps/mach/hurd/wait4.c @@ -50,4 +50,5 @@ __wait4 (pid_t pid, int *stat_loc, int options, struct rusage *usage) } } +libc_hidden_def (__wait4) weak_alias (__wait4, wait4) -- cgit 1.4.1