diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-02-06 12:25:45 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-02-06 12:25:45 +0000 |
commit | 4b191643bc9e5a7e40e76e673f99ee92ef72ea65 (patch) | |
tree | a0a3f48fc9c2204ca7abc841a0bea7886e60c4b0 /ace/config-linux-lxpthreads.h | |
parent | 3914d1c8faa74e1086ed5d7a55389c88993a27e1 (diff) | |
download | ATCD-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-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index e5a3343e651..1841e036618 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -40,6 +40,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) |