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 e53fee3 commit 03f27aeCopy full SHA for 03f27ae
1 file changed
src/core/sys/posix/sys/ioctl.d
@@ -214,7 +214,7 @@ version (CRuntime_Glibc)
214
enum TIOCGSID = 0x5429;
215
216
enum TCGETS2 = _IOR!termios2('T', 0x2A);
217
- enum TCSETS2 = _IOR!termios2('T', 0x2B);
+ enum TCSETS2 = _IOW!termios2('T', 0x2B);
218
enum TCSETSW2 = _IOW!termios2('T', 0x2C);
219
enum TCSETSF2 = _IOW!termios2('T', 0x2D);
220
@@ -625,7 +625,7 @@ else version (CRuntime_UClibc)
625
626
627
628
629
630
631
0 commit comments