summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-09-16 08:27:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-09-16 08:27:28 +0000
commit1b21005a6381829688be7a1e22d210f9ba26f1d1 (patch)
tree0699ff2a3002729f08317f73d6bdb76f53cddb85
parentcac5a0df2e528f43d4135a918a20aa6efc2314a2 (diff)
downloadATCD-1b21005a6381829688be7a1e22d210f9ba26f1d1.tar.gz
ChangeLogTag: Thu Sep 16 08:27:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/os_include/os_limits.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/os_include/os_limits.h b/ace/os_include/os_limits.h
index e8b17d2249a..27be31af2b4 100644
--- a/ace/os_include/os_limits.h
+++ b/ace/os_include/os_limits.h
@@ -35,6 +35,12 @@
# include /**/ <sys/param.h>
#endif /* ACE_LACKS_SYS_PARAM_H */
+// On VxWorks _POSIX_TIMER_MAX is defined in time.h, report this to WindRiver
+// support.
+#if defined (VXWORKS)
+# include /**/ <time.h>
+#endif /* VXWORKS */
+
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
extern "C"