diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-29 04:01:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-29 04:01:39 +0000 |
commit | 43d5792ce14b9aadeb177755d94f8075c8d5ca1f (patch) | |
tree | 298cec92db3cb4865649fd07456dbaa8dea66e99 /gdb/gdbserver/configure.in | |
parent | 7cfbef4774a1dc59ee7bcd8999887aaffe5e9e8e (diff) | |
download | gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.zip gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.tar.gz gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.tar.bz2 |
* configure.in: Check whether we need to prototype strerror.
* server.h: Optionally prototype strerror.
* gdbreplay.c (perror_with_name): Use strerror.
* linux-low.c (linux_attach_lwp): Use strerror.
* utils.c (perror_with_name): Use strerror.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/gdbserver/configure.in')
-rw-r--r-- | gdb/gdbserver/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.in b/gdb/gdbserver/configure.in index 9c3106d..a5a34df 100644 --- a/gdb/gdbserver/configure.in +++ b/gdb/gdbserver/configure.in @@ -34,6 +34,8 @@ AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl proc_service.h sys/procfs.h thread_db.h linux/elf.h dnl stdlib.h unistd.h) +BFD_NEED_DECLARATION(strerror) + . ${srcdir}/configure.srv if test "${srv_linux_usrregs}" = "yes"; then |