diff options
author | Pedro Alves <palves@redhat.com> | 2015-08-27 13:26:23 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-08-27 13:26:23 +0100 |
commit | 14d88147787588b1473da05adf95980931fd3485 (patch) | |
tree | 5091bc06a1607465f12d84573757fd11a0ec5a84 /gdb/configure.ac | |
parent | a40805d4a73532dffc61e33f913e62b93214c998 (diff) | |
download | gdb-14d88147787588b1473da05adf95980931fd3485.zip gdb-14d88147787588b1473da05adf95980931fd3485.tar.gz gdb-14d88147787588b1473da05adf95980931fd3485.tar.bz2 |
gdb: Drop use of obsolete AC_TYPE_SIGNAL
Since we're using sighandler_t, nothing else refers to RETSIGTYPE in
gdb.
(Actually, given gdb/remote.c has been assuming signal handlers return
void for a long time, we could have gotten get rid of this even
without gnulib's sighandler_t.)
gdb/ChangeLog:
2015-08-27 Pedro Alves <palves@redhat.com>
* configure.ac: Remove AC_TYPE_SIGNAL call.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 16bcd56..29d0b63 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1339,7 +1339,6 @@ AC_CHECK_MEMBERS([struct stat.st_blocks, struct stat.st_blksize]) # Checks for types. # # ------------------ # -AC_TYPE_SIGNAL AC_CHECK_TYPES(socklen_t, [], [], [#include <sys/types.h> #include <sys/socket.h> |