summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-04-01 19:48:19 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2011-04-01 19:48:19 +0000
commitd68288f697fae3c3cebe1cfa4780b467cf85f13c (patch)
treeedc0ed9c2195cec2cd2545ff4b8fd33d1e7d6ff2 /winsup/cygwin/devices.h
parente974e7a0830c44b7308ad6b754b83c72425ddc9d (diff)
downloadcygnal-d68288f697fae3c3cebe1cfa4780b467cf85f13c.tar.gz
cygnal-d68288f697fae3c3cebe1cfa4780b467cf85f13c.tar.bz2
cygnal-d68288f697fae3c3cebe1cfa4780b467cf85f13c.zip
Implement /proc/sysvipc/*
* devices.in (dev_procsysvipc_storage): Add. * devices.cc: Regenerate. * devices.h (fh_devices): Add FH_PROCSYSVIPC. * dtable.cc (build_fh_pc): Add case FH_PROCSYSVIPC. * fhandler.h (class fhandler_procsysvipc): Declare. (fhandler_union): Add __procsysvipc. * fhandler_proc.cc (proc_tab): Add sysvipc virt_directory. * fhandler_procsysvipc.cc: New file. * Makefile.in (DLL_OFILES): Add fhandler_procsysvipc.o. * path.h (isproc_dev): Add FH_PROCSYSVIPC to conditional.
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r--winsup/cygwin/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h
index 60c21a714..4441b4436 100644
--- a/winsup/cygwin/devices.h
+++ b/winsup/cygwin/devices.h
@@ -54,6 +54,7 @@ enum fh_devices
FH_PROCNET = FHDEV (0, 244),
FH_PROCESSFD = FHDEV (0, 243),
FH_PROCSYS = FHDEV (0, 242),
+ FH_PROCSYSVIPC = FHDEV (0,241),
DEV_FLOPPY_MAJOR = 2,
FH_FLOPPY = FHDEV (DEV_FLOPPY_MAJOR, 0),