summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ssp.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 04:57:34 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 04:57:34 +0000
commita25d5bd4971bb460bd87c684d066fd58359faf32 (patch)
treeb3a4b5ef6799bd0c3924fc9ba00d65023577f101 /libc/sysdeps/linux/common/ssp.c
parent2efb2ef4f916151b8abe51fc87ed7b5411d1d91e (diff)
downloaduClibc-alpine-a25d5bd4971bb460bd87c684d066fd58359faf32.tar.bz2
uClibc-alpine-a25d5bd4971bb460bd87c684d066fd58359faf32.tar.xz
Fix 'sigaction' for NPTL and other thread models.
Diffstat (limited to 'libc/sysdeps/linux/common/ssp.c')
-rw-r--r--libc/sysdeps/linux/common/ssp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c
index 7a977f56a..fe7a56f71 100644
--- a/libc/sysdeps/linux/common/ssp.c
+++ b/libc/sysdeps/linux/common/ssp.c
@@ -31,7 +31,6 @@
#define closelog __closelog
#define sigfillset __sigfillset_internal
#define sigdelset __sigdelset_internal
-#define sigaction __sigaction_internal
#define kill __kill
#include <string.h>