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.ac | |
parent | 58b61394cfd1f96444c1debd9ba9e0ea69d439f2 (diff) | |
download | binutils-0a4f61e3e4c32971615274aed323a1be06117551.zip binutils-0a4f61e3e4c32971615274aed323a1be06117551.tar.gz binutils-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.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 4b779aa..2f8090e 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -962,7 +962,7 @@ AC_CHECK_FUNCS([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]) AM_LANGINFO_CODESET # Check the return and argument types of ptrace. No canned test for |