diff options
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index 41a7bf74519..2373a194360 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -49,6 +49,10 @@ #endif #define ACE_HAS_POSIX_TIME + +// Platform defines struct timespec but not timespec_t +#define ACE_LACKS_TIMESPEC_T + #define ACE_LACKS_STRRECVFD // Platform supports System V IPC (most versions of UNIX, but not Win32) |