diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 23:04:41 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 23:04:41 +0000 |
commit | 9184de4614953897215e989b8720ad7fe6cfde86 (patch) | |
tree | 3fbdd8c59ed45fee7162fc51241cb59ee51afcf2 /libpthread/nptl/sysdeps/pthread/sigaction.c | |
parent | f335b8c0ffb5fd7ae44d154900d78988b6abf769 (diff) | |
download | uClibc-alpine-9184de4614953897215e989b8720ad7fe6cfde86.tar.bz2 uClibc-alpine-9184de4614953897215e989b8720ad7fe6cfde86.tar.xz |
Finish merge from trunk, again, no really.
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigaction.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigaction.c b/libpthread/nptl/sysdeps/pthread/sigaction.c index b1efb5c37..6ab8a5279 100644 --- a/libpthread/nptl/sysdeps/pthread/sigaction.c +++ b/libpthread/nptl/sysdeps/pthread/sigaction.c @@ -42,7 +42,7 @@ __sigaction (sig, act, oact) return -1; } - return __sigaction_internal (sig, act, oact); + return __libc_sigaction (sig, act, oact); } weak_alias(__sigaction, sigaction) |