diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-07 19:52:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-07 19:52:12 +0000 |
commit | 59ffa76e70a0e5462d32cb01763c986a284cdd8f (patch) | |
tree | c93d2b61f31cbef72f007dec6e3c2d9fb9bf7d22 /ace/config-linux-pthread.h | |
parent | 9a2fe85d16a4137822bed34b1a59bf5c995b6386 (diff) | |
download | ATCD-59ffa76e70a0e5462d32cb01763c986a284cdd8f.tar.gz |
use struct timespec instead of timespec_t, because not all platforms have the timespec_t typedef
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index 3438a970043..f51e803689d 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -19,7 +19,6 @@ #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) |