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 | 62229790f0214ca4290039194bb4ac337ad0920e (patch) | |
tree | ccc92733267ec990ba1f384bbcc95374bc168928 /ace/config-sco-5.0.0-mit-pthread.h | |
parent | 0795510d34725e6b9fd80aa1bf9b1ad6ff8381c2 (diff) | |
download | ATCD-62229790f0214ca4290039194bb4ac337ad0920e.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 |