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 | e31942563f77cd68e8296c95784d38cc4634f772 (patch) | |
tree | 0747106206d87c13e6e936a7846a68949abce9bf /ace/Time_Value.h | |
parent | 0cd19cceab6b79f6a3d5c492f5dd858d65ba322c (diff) | |
download | ATCD-e31942563f77cd68e8296c95784d38cc4634f772.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; |