hush: remove sighandler_t definition hack, platform.h has it too

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2012-04-26 10:59:01 +02:00
parent eced0c78a5
commit 9d75370238

View File

@ -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