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
1408902e
Commit
1408902e
authored
Jul 12, 2010
by
Eli Zaretskii
Browse files
(wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.
parent
10a44998
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/ChangeLog
src/ChangeLog
+2
-0
src/process.c
src/process.c
+4
-6
No files found.
src/ChangeLog
View file @
1408902e
...
...
@@ -5,6 +5,8 @@
subprocesses is not defined.
(close_process_descs): Move to the part shared by non-subprocesses
systems.
(wait_reading_process_output) [!subprocesses]: Convert arg list to
ANSI C.
2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
...
...
src/process.c
View file @
1408902e
...
...
@@ -6952,12 +6952,10 @@ extern int sys_select (int, SELECT_TYPE *, SELECT_TYPE *, SELECT_TYPE *,
Return true if we received input from any process. */
int
wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
wait_for_cell, wait_proc, just_wait_proc)
int time_limit, microsecs, read_kbd, do_display;
Lisp_Object wait_for_cell;
struct Lisp_Process *wait_proc;
int just_wait_proc;
wait_reading_process_output (int time_limit, int microsecs, int read_kbd,
int do_display,
Lisp_Object wait_for_cell,
struct Lisp_Process *wait_proc, int just_wait_proc)
{
register int nfds;
EMACS_TIME end_time, timeout;
...
...
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