summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/uio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/uio.h')
-rw-r--r--ace/os_include/sys/uio.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/ace/os_include/sys/uio.h b/ace/os_include/sys/uio.h
new file mode 100644
index 00000000000..ad0002faf07
--- /dev/null
+++ b/ace/os_include/sys/uio.h
@@ -0,0 +1,33 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file uio.h
+ *
+ * definitions for vector I/O operations
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_SYS_UIO_H
+#define ACE_OS_INCLUDE_SYS_UIO_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/sys/types.h"
+
+#if !defined (ACE_LACKS_SYS_UIO_H)
+# include /**/ <sys/uio.h>
+#endif /* !ACE_LACKS_SYS_UIO_H */
+
+#endif /* ACE_OS_INCLUDE_SYS_UIO_H */