diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
commit | 2e694cc1441a667d366395b889df4d30abe071c9 (patch) | |
tree | 0747106206d87c13e6e936a7846a68949abce9bf /ace/Time_Value.h | |
parent | 6de6d532e993dc815715c1b0db5b77bb12fef96b (diff) | |
download | ATCD-2e694cc1441a667d366395b889df4d30abe071c9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h index 7091d2c1e92..e4cdb1223ae 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -112,6 +112,10 @@ typedef struct timespec #include <sys/timers.h> #endif /* ACE_HAS_POSIX_TIME */ +// #if (!defined (timespec) && !defined (m88k)) +// #define timestruc_t struct timespec +// #endif /* timespec */ + #if !defined (ACE_HAS_SVR4_TIME) // Definition per SVr4. typedef struct timespec timestruc_t; |