From 22826bcb414c9264ea83b3fe4ed76142388c0f93 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:49:12 +0000 Subject: Weaken all that I remember being used in libpthread --- libc/sysdeps/linux/common/getpid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/getpid.c') diff --git a/libc/sysdeps/linux/common/getpid.c b/libc/sysdeps/linux/common/getpid.c index a966a531e..fd331bd62 100644 --- a/libc/sysdeps/linux/common/getpid.c +++ b/libc/sysdeps/linux/common/getpid.c @@ -17,5 +17,5 @@ extern __typeof(getpid) __libc_getpid; #define __NR___libc_getpid __NR_getpid _syscall0(pid_t, __libc_getpid); libc_hidden_proto(getpid) -strong_alias(__libc_getpid, getpid) -libc_hidden_def(getpid) +weak_alias(__libc_getpid, getpid) +libc_hidden_weak(getpid) -- cgit v1.2.3