diff options
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index b9c0c7564eb..4ef01af0958 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -1,11 +1,5 @@ #define JMP_BUF #define USE_POSIX_TIME -/* HPUX 10 has full POSIX signal functionality. - * On HPUX 9, we rely on BSD-compatible signal() in libBSD. - */ -#ifdef HPUX_10 -#define USE_POSIX_SIGNALS -#endif #define HAS_TEST_AND_SET typedef struct { |