summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 1b3807809..038325272 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -19,7 +19,7 @@ details. */
#define isproc_dev(devn) \
(devn == FH_PROC || devn == FH_REGISTRY || devn == FH_PROCESS || \
- devn == FH_PROCNET || devn == FH_PROCSYS)
+ devn == FH_PROCNET || devn == FH_PROCSYS || devn == FH_PROCSYSVIPC)
#define isprocsys_dev(devn) (devn == FH_PROCSYS)