Use libc_hidden_def for raise.

This commit is contained in:
Ulrich Drepper 2002-12-08 00:46:49 +00:00
parent 82412d5402
commit 18910023db
1 changed files with 1 additions and 0 deletions

View File

@ -42,3 +42,4 @@ raise (sig)
return INLINE_SYSCALL (tkill, 2, selftid, sig);
}
libc_hidden_def (raise)