From f0051a7678d138ffc88a4c9c6d9add8966abe4f9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 16 Nov 2010 20:13:37 -0600 Subject: Remove AC_TYPE_SIGNAL usage This macro is deemed unnecessary by even the autoconf guys, so we really don't need to use it. Signed-off-by: Dan McGee Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- lib/libalpm/dload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 9b59f520..1cb24e61 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -89,7 +89,7 @@ static const char *gethost(struct url *fileurl) } int dload_interrupted; -static RETSIGTYPE inthandler(int signum) +static void inthandler(int signum) { dload_interrupted = 1; } -- cgit v1.2.3-24-g4f1b