diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 22:07:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 22:07:26 +0000 |
commit | 22fdda13feecc5da4032916431208a2ffac07444 (patch) | |
tree | ccc92733267ec990ba1f384bbcc95374bc168928 /ace/config-sco-5.0.0-mit-pthread.h | |
parent | a06477b55a6a8eba6d918a9cfd2c9d24296f02ff (diff) | |
download | ATCD-22fdda13feecc5da4032916431208a2ffac07444.tar.gz |
fixed gettimeofday prototype for SCO
Diffstat (limited to 'ace/config-sco-5.0.0-mit-pthread.h')
-rw-r--r-- | ace/config-sco-5.0.0-mit-pthread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-sco-5.0.0-mit-pthread.h b/ace/config-sco-5.0.0-mit-pthread.h index 12e2a08ae20..2736290589f 100644 --- a/ace/config-sco-5.0.0-mit-pthread.h +++ b/ace/config-sco-5.0.0-mit-pthread.h @@ -77,8 +77,7 @@ // Compiler/platform supports strerror (). #define ACE_HAS_STRERROR -// ??? -#define ACE_HAS_SUNOS4_GETTIMEOFDAY +#define ACE_HAS_SVR4_GETTIMEOFDAY // HP/UX has an undefined syscall for GETRUSAGE... //#define ACE_HAS_SYSCALL_GETRUSAGE |