summaryrefslogtreecommitdiff
path: root/ace/os_include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/stdlib.h')
-rw-r--r--ace/os_include/stdlib.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/ace/os_include/stdlib.h b/ace/os_include/stdlib.h
new file mode 100644
index 00000000000..4bfdb654049
--- /dev/null
+++ b/ace/os_include/stdlib.h
@@ -0,0 +1,34 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file stdlib.h
+ *
+ * standard library definitions
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_STDLIB_H
+#define ACE_OS_INCLUDE_STDLIB_H
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "ace/os_include/stddef.h"
+#include "ace/os_include/sys/wait.h"
+
+#if !defined (ACE_LACKS_STDLIB_H)
+# include /**/ <stdlib.h>
+#endif /* !ACE_LACKS_STDLIB_H */
+
+#endif /* ACE_OS_INCLUDE_STDLIB_H */