mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge pull request #107 from sgerwk/master
do not exit if SIGCHLD interrupts a read
This commit is contained in:
commit
b6cf921bd3
@ -919,7 +919,7 @@
|
||||
#endif
|
||||
/* Enable GNU extensions on systems that have them. */
|
||||
#ifndef _GNU_SOURCE
|
||||
# undef _GNU_SOURCE
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
/* Enable threading extensions on Solaris. */
|
||||
#ifndef _POSIX_PTHREAD_SEMANTICS
|
||||
|
@ -26,6 +26,9 @@ static inline int dir_sep(char x) { return x == '/'; }
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user