We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128b7fc commit 851c376Copy full SHA for 851c376
2 files changed
druntime/src/core/sys/posix/sys/un.d
@@ -113,3 +113,7 @@ else version (Hurd)
113
byte[108] sun_path;
114
}
115
116
+else
117
+{
118
+ static assert(false, "Unsupported platform");
119
+}
druntime/src/core/sys/posix/termios.d
@@ -928,6 +928,11 @@ else version (Hurd)
928
enum TCOOFF = 0;
929
enum TCOON = 1;
930
931
932
933
934
935
+
936
937
/*
938
speed_t cfgetispeed(const scope termios*);
0 commit comments