From 9e2b0f0f803bbec45ab0cc4e9829e2fafc467df3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 2 Feb 2006 13:47:57 +0000 Subject: even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks --- libc/sysdeps/linux/common/waitpid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/waitpid.c') diff --git a/libc/sysdeps/linux/common/waitpid.c b/libc/sysdeps/linux/common/waitpid.c index c9ca97c53..729508558 100644 --- a/libc/sysdeps/linux/common/waitpid.c +++ b/libc/sysdeps/linux/common/waitpid.c @@ -19,4 +19,4 @@ __pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options) } libc_hidden_proto(waitpid) weak_alias(__libc_waitpid,waitpid) -libc_hidden_def(waitpid) +libc_hidden_weak(waitpid) -- cgit v1.2.3