about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-08 00:46:49 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-08 00:46:49 +0000
commit18910023dbc3e7edd495077d153520f88c34c9dd (patch)
tree8335e8f9d4c342030453f7641ad4af9b549caa14
parent82412d5402cbd1f606773e4c865857978f4e7a33 (diff)
downloadglibc-18910023dbc3e7edd495077d153520f88c34c9dd.tar.gz
glibc-18910023dbc3e7edd495077d153520f88c34c9dd.tar.xz
glibc-18910023dbc3e7edd495077d153520f88c34c9dd.zip
Use libc_hidden_def for raise.
-rw-r--r--nptl/sysdeps/unix/sysv/linux/raise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/raise.c b/nptl/sysdeps/unix/sysv/linux/raise.c
index 2a09d18f73..deb0fb3c17 100644
--- a/nptl/sysdeps/unix/sysv/linux/raise.c
+++ b/nptl/sysdeps/unix/sysv/linux/raise.c
@@ -42,3 +42,4 @@ raise (sig)
 
   return INLINE_SYSCALL (tkill, 2, selftid, sig);
 }
+libc_hidden_def (raise)