summaryrefslogtreecommitdiff
path: root/ace/os_include/spawn.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 19:30:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 19:30:17 +0000
commit34ec3c46340b67daa1bf745632477f21151c27ed (patch)
treea4c0a9d622d6f12ff4ef366b7d6df258543ee4d3 /ace/os_include/spawn.h
parentd55c61f360b1f7e80522fb7644f321d99249e05d (diff)
downloadATCD-34ec3c46340b67daa1bf745632477f21151c27ed.tar.gz
ChangeLogTag:Thu Apr 17 19:26:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/os_include/spawn.h')
-rw-r--r--ace/os_include/spawn.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/ace/os_include/spawn.h b/ace/os_include/spawn.h
new file mode 100644
index 00000000000..08f2df89ec5
--- /dev/null
+++ b/ace/os_include/spawn.h
@@ -0,0 +1,35 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file spawn.h
+ *
+ * spawn (ADVANCED REALTIME)
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_SPAWN_H
+#define ACE_OS_INCLUDE_SPAWN_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/signal.h"
+#include "ace/os_include/sys/types.h"
+#include "ace/os_include/sched.h"
+
+#if !defined (ACE_LACKS_SPAWN_H)
+# include /**/ <spawn.h>
+#endif /* !ACE_LACKS_SPAWN_H */
+
+#endif /* ACE_OS_INCLUDE_SPAWN_H */