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:
authorCorinna Vinschen <corinna@vinschen.de>2018-02-23 21:45:59 +0300
committerCorinna Vinschen <corinna@vinschen.de>2018-02-23 21:45:59 +0300
commiteaf359574d7005cbebdc6603d77c850519265a56 (patch)
tree4d254314be23051f01e4d56f19cfa361cfe2b664 /winsup/cygwin/devices.cc
parentb79018ee3a36140a82e2dfa2d7a71fc0bf15d892 (diff)
Cygwin: Introduce FH_SOCKET for generic socket file ops
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r--winsup/cygwin/devices.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc
index 2b65108a3..8ba199dd9 100644
--- a/winsup/cygwin/devices.cc
+++ b/winsup/cygwin/devices.cc
@@ -120,6 +120,9 @@ const _device dev_piper_storage =
const _device dev_pipew_storage =
{"", {FH_PIPEW}, "", exists_internal};
+const _device dev_socket_storage =
+ {"", {FH_SOCKET}, "", exists_internal};
+
const _device dev_af_inet_storage =
{"", {FH_INET}, "", exists_internal};