diff options
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r-- | winsup/cygwin/devices.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index 1f4bb9529..66fe020ff 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -24,6 +24,9 @@ const device dev_proc_storage = const device dev_procnet_storage = {"", {FH_PROCNET}, ""}; +const device dev_procsys_storage = + {"", {FH_PROCSYS}, ""}; + const device dev_netdrive_storage = {"", {FH_NETDRIVE}, ""}; |