Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-24 02:56:58 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-24 02:56:58 +0400
commit85b995d4f16a88b5645c4fe439349a21f0fd65ee (patch)
tree9ba90f71a0c629b5a8b7add03249620d1c1e0bcf /winsup/cygwin/ipc.cc
parent6bda8defe92592970805d48e77031ace1c4a3414 (diff)
Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.
* sys/ipc.h: Remove. * sys/shm.h: Remove. * cygwin_ipc.h: New file. * cygwin_shm.h: New file.
Diffstat (limited to 'winsup/cygwin/ipc.cc')
-rw-r--r--winsup/cygwin/ipc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ipc.cc b/winsup/cygwin/ipc.cc
index 1f496d328..65924b354 100644
--- a/winsup/cygwin/ipc.cc
+++ b/winsup/cygwin/ipc.cc
@@ -11,7 +11,7 @@
details. */
#include "winsup.h"
-#include <sys/ipc.h>
+#include "cygwin_ipc.h"
#include <sys/stat.h>
extern "C"