projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eced0c7
)
hush: remove sighandler_t definition hack, platform.h has it too
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 26 Apr 2012 08:59:01 +0000
(10:59 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 51d38d3aef65220a751b9d56c53d6c737025407d..b9e763cc84053717c27934708854f043784f41cb 100644
(file)
--- 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