summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/sys/ipc.h')
-rw-r--r--winsup/cygwin/include/sys/ipc.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/include/sys/ipc.h b/winsup/cygwin/include/sys/ipc.h
new file mode 100644
index 000000000..e615bd7c2
--- /dev/null
+++ b/winsup/cygwin/include/sys/ipc.h
@@ -0,0 +1,18 @@
+/* sys/ipc.h
+
+ Copyright 2003 Red Hat, Inc.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
+/* sys/ipc.h header file for Cygwin. */
+
+#ifndef _SYS_IPC_H
+#define _SYS_IPC_H
+
+#include <cygwin/ipc.h>
+
+#endif /* _SYS_IPC_H */