summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/pthread/sigaction.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-05 05:46:07 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-05 05:46:07 +0000
commit3135159411168fcface79912df7a836eb01b7e13 (patch)
treec0591b488075ef8a3d363ca922ae8246292ed991 /libpthread/nptl/sysdeps/pthread/sigaction.c
parent2d2282d01ec3af732c3e6f5af0e34a2527e4d8df (diff)
downloaduClibc-alpine-3135159411168fcface79912df7a836eb01b7e13.tar.bz2
uClibc-alpine-3135159411168fcface79912df7a836eb01b7e13.tar.xz
Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER and SIGSETXID.
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigaction.c')
-rw-r--r--libpthread/nptl/sysdeps/pthread/sigaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigaction.c b/libpthread/nptl/sysdeps/pthread/sigaction.c
index 6ab8a5279..7524b3e34 100644
--- a/libpthread/nptl/sysdeps/pthread/sigaction.c
+++ b/libpthread/nptl/sysdeps/pthread/sigaction.c
@@ -28,7 +28,7 @@
SIGCANCEL or SIGTIMER to be handled. */
# define LIBC_SIGACTION 1
-# include_next <sigaction.c>
+# include <sigaction.c>
int
__sigaction (sig, act, oact)
@@ -44,7 +44,7 @@ __sigaction (sig, act, oact)
return __libc_sigaction (sig, act, oact);
}
-weak_alias(__sigaction, sigaction)
+hidden_weak_alias(__sigaction, sigaction)
#else