Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0109153
Commit
e0109153
authored
May 16, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document sun change.
parent
069b6ce3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/process.c
src/process.c
+7
-1
No files found.
src/process.c
View file @
e0109153
...
@@ -1843,7 +1843,13 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
...
@@ -1843,7 +1843,13 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
}
}
#if defined(sun) && !defined(USG5_4)
#if defined(sun) && !defined(USG5_4)
else
if
(
nfds
>
0
&&
FD_ISSET
(
0
,
&
Available
)
&&
interrupt_input
)
else
if
(
nfds
>
0
&&
FD_ISSET
(
0
,
&
Available
)
&&
interrupt_input
)
/* System sometimes fails to deliver SIGIO. */
/* System sometimes fails to deliver SIGIO.
David J. Mackenzie says that Emacs doesn't compile under
Solaris if this code is enabled, thus the USG5_4 in the CPP
conditional. "I haven't noticed any ill effects so far.
If you find a Solaris expert somewhere, they might know
better." */
kill
(
getpid
(),
SIGIO
);
kill
(
getpid
(),
SIGIO
);
#endif
#endif
...
...
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