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 38a520d commit 4c8cd38Copy full SHA for 4c8cd38
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
@@ -343,16 +343,16 @@ static void ioctl_table_fill() {
343
_(SOUND_PCM_WRITE_FILTER, WRITE, sizeof(int));
344
_(TCFLSH, NONE, 0);
345
#if SANITIZER_GLIBC
346
- _(TCGETA, WRITE, struct_termio_sz);
+ _(TCGETA, WRITE, struct_termio_sz);
347
#endif
348
_(TCGETS, WRITE, struct_termios_sz);
349
_(TCSBRK, NONE, 0);
350
_(TCSBRKP, NONE, 0);
351
352
- _(TCSETA, READ, struct_termio_sz);
353
- _(TCSETAF, READ, struct_termio_sz);
354
- _(TCSETAW, READ, struct_termio_sz);
355
- #endif
+ _(TCSETA, READ, struct_termio_sz);
+ _(TCSETAF, READ, struct_termio_sz);
+ _(TCSETAW, READ, struct_termio_sz);
+#endif
356
_(TCSETS, READ, struct_termios_sz);
357
_(TCSETSF, READ, struct_termios_sz);
358
_(TCSETSW, READ, struct_termios_sz);
0 commit comments