summaryrefslogtreecommitdiffstats
path: root/libc/signal/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/signal/signal.c')
-rw-r--r--libc/signal/signal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/signal/signal.c b/libc/signal/signal.c
index f8355258a..7df88eff0 100644
--- a/libc/signal/signal.c
+++ b/libc/signal/signal.c
@@ -18,8 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#define sigaction __sigaction_internal
-
#include <errno.h>
#include <signal.h>
#include <string.h> /* For the real memset prototype. */