diff options
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 57a90f3cb59..d106ad3a35c 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -12,6 +12,9 @@ #define HPUX #endif /* HPUX */ +// They forgot a const in the prototype of const_timewait... +#define ACE_LACKS_CONST_TIMESPEC_PTR + #define ACE_LACKS_SYSCALL #define ACE_LACKS_STRRECVFD |