about summary refs log tree commit diff
path: root/Src/Modules
diff options
context:
space:
mode:
authorEitan Adler <lists@eitanadler.com>2018-06-16 01:04:26 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2018-06-18 10:18:29 +0100
commitf311619e30862406022d6e2ddb304eebf34f7868 (patch)
treeea914992bd36ee6465d88911b8f6f8eddd9277c8 /Src/Modules
parent25e9590e09db9067dc9c38b213893920a66fb2ae (diff)
downloadzsh-f311619e30862406022d6e2ddb304eebf34f7868.tar.gz
zsh-f311619e30862406022d6e2ddb304eebf34f7868.tar.xz
zsh-f311619e30862406022d6e2ddb304eebf34f7868.zip
433029: Testing signal return type is no longer needed
Diffstat (limited to 'Src/Modules')
-rw-r--r--Src/Modules/zftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.c b/Src/Modules/zftp.c
index 24f4b4200..4aaa1f072 100644
--- a/Src/Modules/zftp.c
+++ b/Src/Modules/zftp.c
@@ -362,7 +362,7 @@ static jmp_buf zfalrmbuf;
 /* The signal handler itself */
 
 /**/
-static RETSIGTYPE
+static void
 zfhandler(int sig)
 {
     if (sig == SIGALRM) {