summaryrefslogtreecommitdiff
path: root/ace/Time_Value.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-20 04:11:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-20 04:11:25 +0000
commit2e694cc1441a667d366395b889df4d30abe071c9 (patch)
tree0747106206d87c13e6e936a7846a68949abce9bf /ace/Time_Value.h
parent6de6d532e993dc815715c1b0db5b77bb12fef96b (diff)
downloadATCD-2e694cc1441a667d366395b889df4d30abe071c9.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r--ace/Time_Value.h4
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;