aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 901edb85e67..e111c9c35ad 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1102,7 +1102,7 @@ reset_sys_modes ()
1102 reset_sigio (); 1102 reset_sigio ();
1103#endif /* BSD4_1 */ 1103#endif /* BSD4_1 */
1104 1104
1105 while (EMACS_SET_TTY (input_fd, &old_tty, 0) < 0 && errno == EINTR) 1105 while (! EMACS_SET_TTY (input_fd, &old_tty, 0) && errno == EINTR)
1106 ; 1106 ;
1107 1107
1108#ifdef AIX 1108#ifdef AIX