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:
parent
eced0c78a5
commit
9d75370238
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user