From 99aa495ff35864383680f9773b3cb44040acca08 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 8 Dec 2005 05:02:08 +0000 Subject: NPTL changes for signal handling, getpid, sleep, raise and a few things for new librt code. Also cleaned up the makefiles. --- libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c b/libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c index 98307ff21..e39f63229 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c @@ -46,7 +46,7 @@ really_getpid (pid_t oldval) } #endif -pid_t +pid_t attribute_hidden __getpid (void) { #ifdef NOT_IN_libc @@ -60,6 +60,4 @@ __getpid (void) return result; } -libc_hidden_def (__getpid) weak_alias (__getpid, getpid) -libc_hidden_def (getpid) -- cgit v1.2.3