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:
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 332bc7105..6a9d55df1 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -540,6 +540,9 @@ build_fh_pc (path_conv& pc, bool set_name)
case FH_PROCNET:
fh = cnew (fhandler_procnet) ();
break;
+ case FH_PROCSYS:
+ fh = cnew (fhandler_procsys) ();
+ break;
case FH_NETDRIVE:
fh = cnew (fhandler_netdrive) ();
break;