From e4a907f72e469877042c6de3c61b707e3e64bc8f Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 11 Sep 2003 15:29:10 +0000 Subject: [PATCH] we only have it if __HAVE_SIGINFO is not defined. --- lib/libc/sys/Lint___sigreturn14.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/Lint___sigreturn14.c b/lib/libc/sys/Lint___sigreturn14.c index cafb6c2a43c3..08cccbd1e693 100644 --- a/lib/libc/sys/Lint___sigreturn14.c +++ b/lib/libc/sys/Lint___sigreturn14.c @@ -1,4 +1,4 @@ -/* $NetBSD: Lint___sigreturn14.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */ +/* $NetBSD: Lint___sigreturn14.c,v 1.3 2003/09/11 15:29:10 christos Exp $ */ /* * This file placed in the public domain. @@ -9,6 +9,7 @@ #include +#ifndef __HAVE_SIGINFO /*ARGSUSED*/ int __sigreturn14(scp) @@ -16,3 +17,4 @@ __sigreturn14(scp) { return (0); } +#endif