diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:05:27 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:05:27 -0500 |
commit | 28157acd2d622d79329a0cfd0c8fd3a5d7b3baeb (patch) | |
tree | 21e027a78d9bb9425fa6d44570fc219604149b08 /builtins/suspend.def | |
parent | 97be3d8ed96e6249ef07e2973e72060876856d21 (diff) | |
download | bash-28157acd2d622d79329a0cfd0c8fd3a5d7b3baeb.tar.gz |
commit bash-20060316 snapshot
Diffstat (limited to 'builtins/suspend.def')
-rw-r--r-- | builtins/suspend.def | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/builtins/suspend.def b/builtins/suspend.def index ea86ae22..d616d775 100644 --- a/builtins/suspend.def +++ b/builtins/suspend.def @@ -48,15 +48,13 @@ $END #include "common.h" #include "bashgetopt.h" -static sighandler suspend_continue __P((int)); - static SigHandler *old_cont; #if 0 static SigHandler *old_stop; #endif /* Continue handler. */ -static sighandler +sighandler suspend_continue (sig) int sig; { |