projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82412d5
)
Use libc_hidden_def for raise.
author
Ulrich Drepper
<drepper@redhat.com>
Sun, 8 Dec 2002 00:46:49 +0000
(
00:46
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sun, 8 Dec 2002 00:46:49 +0000
(
00:46
+0000)
nptl/sysdeps/unix/sysv/linux/raise.c
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/raise.c
b/nptl/sysdeps/unix/sysv/linux/raise.c
index
2a09d18
..
deb0fb3
100644
(file)
--- 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)