Index: include/signal.h =================================================================== RCS file: /home/ncvs/src/include/signal.h,v retrieving revision 1.31 diff -u -r1.31 signal.h --- include/signal.h 26 Nov 2009 13:49:37 -0000 1.31 +++ include/signal.h 22 Dec 2009 21:57:27 -0000 @@ -99,12 +99,12 @@ #if __XSI_VISIBLE int killpg(__pid_t, int); int sigaltstack(const stack_t * __restrict, stack_t * __restrict); -int sighold(int sig); -int sigignore(int sig); -int sigpause(int sigmask); -int sigrelse(int sig); -void (*sigset(int sig, void (*disp)(int)))(int); -int xsi_sigpause(int sig); +int sighold(int); +int sigignore(int); +int sigpause(int); +int sigrelse(int); +void (*sigset(int, void (*)(int)))(int); +int xsi_sigpause(int); #endif #if __XSI_VISIBLE >= 600