From: Denys Vlasenko Date: Thu, 26 Apr 2012 08:59:01 +0000 (+0200) Subject: hush: remove sighandler_t definition hack, platform.h has it too X-Git-Tag: 1_21_0~187 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d75370238314746986760a3cc279252d152db36;p=oweals%2Fbusybox.git hush: remove sighandler_t definition hack, platform.h has it too Signed-off-by: Denys Vlasenko --- diff --git a/shell/hush.c b/shell/hush.c index 51d38d3ae..b9e763cc8 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -106,10 +106,6 @@ # define PIPE_BUF 4096 /* amount of buffering in a pipe */ #endif -/* Not every libc has sighandler_t. Fix it */ -typedef void (*hush_sighandler_t)(int); -#define sighandler_t hush_sighandler_t - //config:config HUSH //config: bool "hush" //config: default y