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/path.cc')
-rw-r--r--winsup/cygwin/path.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 1bf126fe6..b7a6705a2 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -535,8 +535,9 @@ const char *windows_device_names[] =
"\\dev\\pipew",
"\\dev\\socket",
"\\dev\\windows",
-
- NULL, NULL, NULL,
+ "\\dev\\dsp",
+
+ NULL, NULL,
"\\dev\\disk",
"\\dev\\fd%d",
@@ -602,6 +603,8 @@ get_device_number (const char *name, int &unit, BOOL from_conv)
devn = FH_PTYM;
else if (deveq ("windows"))
devn = FH_WINDOWS;
+ else if (deveq ("dsp"))
+ devn = FH_OSS_DSP;
else if (deveq ("conin"))
devn = FH_CONIN;
else if (deveq ("conout"))