diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-04 16:26:51 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-04 16:26:51 -0400 |
commit | ad5c8d1f818c96579fa9e7f3c691739e9761e1e7 (patch) | |
tree | e46d7c0d5492318cf7eacd60ae36036fd030f927 /configure | |
parent | d8bd9f5261761dd4ffca331d9c6055c48a0a332b (diff) | |
download | egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.tar.gz egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.tar.bz2 egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.zip |
Revert incorrect patch to wait_any and instead use waitpid to avoid blocking.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10020,7 +10020,7 @@ for ac_func in atexit btowc fmod getgrent getgroups grantpt \ memcmp memcpy memcpy_ulong memmove memset \ memset_ulong mkstemp posix_openpt setenv setlocale setsid snprintf strchr \ strerror strftime strncasecmp strcoll strtod strtoul \ - system tmpfile towlower towupper tzset usleep wcrtomb \ + system tmpfile towlower towupper tzset usleep waitpid wcrtomb \ wcscoll wctype do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |