# HG changeset patch # User Juanma Barranquero # Date 1045814611 0 # Node ID a8c3025eb05ad6e9894d61102b71d5ac32a08959 # Parent 8dc6bd2f4977dbb0bc3c0055d8ac2e9b2f99848a New file. diff -r 8dc6bd2f4977 -r a8c3025eb05a src/s/hpux10-20.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/hpux10-20.h Fri Feb 21 08:03:31 2003 +0000 @@ -0,0 +1,11 @@ +#include "hpux10.h" + +#define HPUX10_20 + +/* otherwise sigunblock wont be defined */ +#define POSIX_SIGNALS + +/* Polling problems (interrupted system call) reported for HP-UX 10.10 + don't exist from 10.20 on (see process.c) */ +#undef POLL_INTERRUPTED_SYS_CALL +