summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/pthread/sigfillset.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/sigfillset.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/sigfillset.c')
-rw-r--r--libpthread/nptl/sysdeps/pthread/sigfillset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigfillset.c b/libpthread/nptl/sysdeps/pthread/sigfillset.c
index c95847f65..fbe458f55 100644
--- a/libpthread/nptl/sysdeps/pthread/sigfillset.c
+++ b/libpthread/nptl/sysdeps/pthread/sigfillset.c
@@ -18,4 +18,4 @@
#include <pthreadP.h>
-#include_next <sigfillset.c>
+#include <../../../../libc/signal/sigfillset.c>