extended sys::pipe() to accept the third argument, flags, in awk

changed sys::read() and sys::write to return -2 and -3 upon EAGAIN and EINTR respectively
This commit is contained in:
2019-08-22 02:49:50 +00:00
parent 05e14057eb
commit cd14f62522
4 changed files with 93 additions and 44 deletions

View File

@ -397,6 +397,9 @@
/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H
/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H