Skip to content

Commit 4c8cd38

Browse files
committed
Remove accidental change
1 parent 38a520d commit 4c8cd38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,16 +343,16 @@ static void ioctl_table_fill() {
343343
_(SOUND_PCM_WRITE_FILTER, WRITE, sizeof(int));
344344
_(TCFLSH, NONE, 0);
345345
#if SANITIZER_GLIBC
346-
_(TCGETA, WRITE, struct_termio_sz);
346+
_(TCGETA, WRITE, struct_termio_sz);
347347
#endif
348348
_(TCGETS, WRITE, struct_termios_sz);
349349
_(TCSBRK, NONE, 0);
350350
_(TCSBRKP, NONE, 0);
351351
#if SANITIZER_GLIBC
352-
_(TCSETA, READ, struct_termio_sz);
353-
_(TCSETAF, READ, struct_termio_sz);
354-
_(TCSETAW, READ, struct_termio_sz);
355-
#endif
352+
_(TCSETA, READ, struct_termio_sz);
353+
_(TCSETAF, READ, struct_termio_sz);
354+
_(TCSETAW, READ, struct_termio_sz);
355+
#endif
356356
_(TCSETS, READ, struct_termios_sz);
357357
_(TCSETSF, READ, struct_termios_sz);
358358
_(TCSETSW, READ, struct_termios_sz);

0 commit comments

Comments
 (0)