jcs ratpoison hax
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

sigaction has other benefits than working on SVR4 systems

-3
-3
src/main.c
··· 310 310 void 311 311 set_sig_handler (int sig, void (*action)(int)) 312 312 { 313 - /* use sigaction because SVR4 systems do not replace the signal 314 - handler by default which is a tip of the hat to some god-aweful 315 - ancient code. So use the POSIX sigaction call instead. */ 316 313 struct sigaction act; 317 314 318 315 /* check setting for sig */