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 2468dc9 commit 0843c6bCopy full SHA for 0843c6b
druntime/src/core/sys/posix/sys/un.d
@@ -112,3 +112,7 @@ else version (Hurd)
112
byte[108] sun_path;
113
}
114
115
+else
116
+{
117
+ static assert(false, "Unsupported platform");
118
+}
druntime/src/core/sys/posix/termios.d
@@ -929,6 +929,11 @@ else version (Solaris)
929
enum TCOOFF = 0;
930
enum TCOON = 1;
931
932
933
934
935
936
+
937
938
/*
939
speed_t cfgetispeed(const scope termios*);
0 commit comments