summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/psignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/psignal.c')
-rw-r--r--lib/libc/gen/psignal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c
index dfe62753b17..dca921d5a5a 100644
--- a/lib/libc/gen/psignal.c
+++ b/lib/libc/gen/psignal.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: psignal.c,v 1.9 2007/05/17 04:57:31 ray Exp $ */
+/* $OpenBSD: psignal.c,v 1.10 2015/08/31 02:53:57 guenther Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -39,8 +39,6 @@
#include <unistd.h>
#include <limits.h>
-extern char *__strsignal(int , char *);
-
void
psignal(unsigned int sig, const char *s)
{