aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-08-27 13:26:23 +0100
committerPedro Alves <palves@redhat.com>2015-08-27 13:26:23 +0100
commit14d88147787588b1473da05adf95980931fd3485 (patch)
tree5091bc06a1607465f12d84573757fd11a0ec5a84 /gdb/configure.ac
parenta40805d4a73532dffc61e33f913e62b93214c998 (diff)
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.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 16bcd56c28..29d0b63889 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>