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
16c1ad08
Commit
16c1ad08
authored
Nov 21, 2011
by
Lars Magne Ingebrigtsen
Browse files
(wait_reading_process_output): Add comment and URL.
parent
261b6fd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/process.c
src/process.c
+5
-1
No files found.
src/ChangeLog
View file @
16c1ad08
...
...
@@ -2,6 +2,7 @@
* process.c (wait_reading_process_output): Fix asynchrounous
GnuTLS socket handling on some versions of the GnuTLS library.
(wait_reading_process_output): Add comment and URL.
2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
...
...
src/process.c
View file @
16c1ad08
...
...
@@ -4625,7 +4625,11 @@ wait_reading_process_output (int time_limit, int microsecs, int read_kbd,
if (! wait_proc)
{
/* We're not waiting on a specific process, so loop
through all the channels and check for data. */
through all the channels and check for data.
This is a workaround needed for some versions of
the gnutls library -- 2.12.14 has been confirmed
to need it. See
http://comments.gmane.org/gmane.emacs.devel/145074 */
struct Lisp_Process *proc;
for (channel = 0; channel < MAXDESC; ++channel)
{
...
...
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