mirror of git://sourceware.org/git/glibc.git
Use libc_hidden_def for raise.
This commit is contained in:
parent
82412d5402
commit
18910023db
|
|
@ -42,3 +42,4 @@ raise (sig)
|
||||||
|
|
||||||
return INLINE_SYSCALL (tkill, 2, selftid, sig);
|
return INLINE_SYSCALL (tkill, 2, selftid, sig);
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (raise)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue