X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2Flib_tstp.c;h=36043f8a2b39aeb41d56faf85e06570e3a0e70b5;hp=583ee0fdd5053d2fd06aa9375694ca092199870a;hb=03f728e5bb3630a54fffc4a2ff2f8dbfcce9088e;hpb=bd75bb126bdbd8300fe73e8e8b2fe97bd07eef75 diff --git a/ncurses/tty/lib_tstp.c b/ncurses/tty/lib_tstp.c index 583ee0fd..36043f8a 100644 --- a/ncurses/tty/lib_tstp.c +++ b/ncurses/tty/lib_tstp.c @@ -42,7 +42,7 @@ #include -MODULE_ID("$Id: lib_tstp.c,v 1.44 2011/06/25 21:22:16 tom Exp $") +MODULE_ID("$Id: lib_tstp.c,v 1.45 2011/10/22 15:37:42 tom Exp $") #if defined(SIGTSTP) && (HAVE_SIGACTION || HAVE_SIGVEC) #define USE_SIGTSTP 1 @@ -363,7 +363,7 @@ CatchIfDefault(int sig, RETSIGTYPE (*handler) (int)) * the caller later changes its mind, but that doesn't seem correct. */ NCURSES_EXPORT(void) -_nc_signal_handler(bool enable) +_nc_signal_handler(int enable) { T((T_CALLED("_nc_signal_handler(%d)"), enable)); #if USE_SIGTSTP /* Xenix 2.x doesn't have SIGTSTP, for example */