hush: remove sighandler_t definition hack, platform.h has it too
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Apr 2012 08:59:01 +0000 (10:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Apr 2012 08:59:01 +0000 (10:59 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 51d38d3aef65220a751b9d56c53d6c737025407d..b9e763cc84053717c27934708854f043784f41cb 100644 (file)
 # 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