commit bash-20140523 snapshot

This commit is contained in:
Chet Ramey
2014-06-06 13:56:51 -04:00
parent d2465f436a
commit ed508a6323
+1 -1
View File
@@ -525,7 +525,7 @@ rl_getc (stream)
#undef X_EWOULDBLOCK
#undef X_EAGAIN
/* fprintf(stderr, "rl_getc: result = %d errno = %d\n", result, errno); */
fprintf(stderr, "rl_getc: result = %d errno = %d\n", result, errno);
/* If the error that we received was EINTR, then try again,
this is simply an interrupted system call to read (). We allow