Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b00c9734
Commit
b00c9734
authored
Apr 16, 1994
by
Richard M. Stallman
Browse files
(read_avail_input): Don't generate SIGHUP of aix386;
only on other AIX systems.
parent
d7465b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
b00c9734
...
...
@@ -3347,7 +3347,7 @@ read_avail_input (expected)
#else
nread
=
read
(
fileno
(
stdin
),
cbuf
,
n_to_read
);
#endif
#ifdef
AIX
#if
def
ined (AIX) && ! defined (aix386)
/* The kernel sometimes fails to deliver SIGHUP for ptys.
This looks incorrect, but it isn't, because _BSD causes
O_NDELAY to be defined in fcntl.h as O_NONBLOCK,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment