On 12/13/08, James Turner <[email protected]> wrote: > man signal on OpenBSD also states to #include <signal.h>, it's just > signal.h includes sys/signal.h and for the function used by dwm > sys/signal.h is all that is required on OpenBSD. I don't run any other > systems so if signal.h is more portable then go with it.
for the record: <signal.h> is in c89, c99 and various unix/posix standards <sys/signal.h> is not http://www.unix.org/version3/apis/headers.html
