diff options
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r-- | winsup/cygwin/devices.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index 68f402b65..26024432b 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -60,7 +60,10 @@ const device dev_dgram_storage = {"", {FH_DGRAM}, ""}; const device dev_bad_storage = - {"", {FH_BAD}, ""}; + {"", {FH_NADA}, ""}; + +const device dev_error_storage = + {"", {FH_ERROR}, ""}; #define BRACK(x) {devn_int: x} static const device dev_storage[] = |