diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-09-02 17:12:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-09-02 17:12:38 +0000 |
commit | 0a4f61e3e4c32971615274aed323a1be06117551 (patch) | |
tree | 985d20fa3d63569d7a787c11e0b0ca0e55d06896 /gdb/configure | |
parent | 58b61394cfd1f96444c1debd9ba9e0ea69d439f2 (diff) | |
download | gdb-0a4f61e3e4c32971615274aed323a1be06117551.zip gdb-0a4f61e3e4c32971615274aed323a1be06117551.tar.gz gdb-0a4f61e3e4c32971615274aed323a1be06117551.tar.bz2 |
* config.in, configure: Regenerated.
* configure.ac: Check for waitpid.
* ser-pipe.c (pipe_close): Wait for the program to exit.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 5563bae..2c7db68 100755 --- a/gdb/configure +++ b/gdb/configure @@ -12550,7 +12550,7 @@ for ac_func in canonicalize_file_name realpath getrusage getuid \ getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \ sigaction sigprocmask sigsetmask socketpair syscall \ ttrace wborder wresize setlocale iconvlist libiconvlist btowc \ - setrlimit getrlimit posix_madvise + setrlimit getrlimit posix_madvise waitpid do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |