diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-26 10:59:01 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-26 10:59:01 +0200 |
commit | 9d75370238314746986760a3cc279252d152db36 (patch) | |
tree | fc94c111e85e156835cdad93243078297bac27a3 | |
parent | eced0c78a54bbecc61f1717d33f64ee7d99804bb (diff) | |
download | busybox-w32-9d75370238314746986760a3cc279252d152db36.tar.gz busybox-w32-9d75370238314746986760a3cc279252d152db36.tar.bz2 busybox-w32-9d75370238314746986760a3cc279252d152db36.zip |
hush: remove sighandler_t definition hack, platform.h has it too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/hush.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
106 | # define PIPE_BUF 4096 /* amount of buffering in a pipe */ | 106 | # define PIPE_BUF 4096 /* amount of buffering in a pipe */ |
107 | #endif | 107 | #endif |
108 | 108 | ||
109 | /* Not every libc has sighandler_t. Fix it */ | ||
110 | typedef void (*hush_sighandler_t)(int); | ||
111 | #define sighandler_t hush_sighandler_t | ||
112 | |||
113 | //config:config HUSH | 109 | //config:config HUSH |
114 | //config: bool "hush" | 110 | //config: bool "hush" |
115 | //config: default y | 111 | //config: default y |