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/config.in | |
parent | 58b61394cfd1f96444c1debd9ba9e0ea69d439f2 (diff) | |
download | binutils-0a4f61e3e4c32971615274aed323a1be06117551.tar.gz binutils-0a4f61e3e4c32971615274aed323a1be06117551.tar.bz2 binutils-0a4f61e3e4c32971615274aed323a1be06117551.zip |
* config.in, configure: Regenerated.
* configure.ac: Check for waitpid.
* ser-pipe.c (pipe_close): Wait for the program to exit.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 76591812c39..173cd3d8b47 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -676,6 +676,9 @@ /* Define to 1 if you have the <vfork.h> header file. */ #undef HAVE_VFORK_H +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + /* Define to 1 if you have the <wait.h> header file. */ #undef HAVE_WAIT_H |