summaryrefslogtreecommitdiff
path: root/ace/config-linux-pthread.h
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-02-06 12:25:45 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-02-06 12:25:45 +0000
commit4b191643bc9e5a7e40e76e673f99ee92ef72ea65 (patch)
treea0a3f48fc9c2204ca7abc841a0bea7886e60c4b0 /ace/config-linux-pthread.h
parent3914d1c8faa74e1086ed5d7a55389c88993a27e1 (diff)
downloadATCD-4b191643bc9e5a7e40e76e673f99ee92ef72ea65.tar.gz
Added POSIX-compliant typedef for timespec_t since Linux 2.0.28 Kernel
is missing it. Modified Files: config-linux-lxpthreads.h config-linux-pthread.h config-linux.h
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r--ace/config-linux-pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h
index 0cb01d1fbf0..f3ffe655596 100644
--- a/ace/config-linux-pthread.h
+++ b/ace/config-linux-pthread.h
@@ -19,6 +19,7 @@
#endif
#define ACE_HAS_POSIX_TIME
+typedef struct timespec timespec_t; // Linux is missing this for POSIX spec 1003.1(?)
#define ACE_LACKS_STRRECVFD
// Platform supports System V IPC (most versions of UNIX, but not Win32)