[git commit] hush: remove sighandler_t definition hack, platform.h has it too
Denys Vlasenko
vda.linux at googlemail.com
Thu Apr 26 08:59:01 UTC 2012
commit: http://git.busybox.net/busybox/commit/?id=9d75370238314746986760a3cc279252d152db36
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/hush.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/shell/hush.c b/shell/hush.c
index 51d38d3..b9e763c 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
More information about the busybox-cvs
mailing list