diff options
Diffstat (limited to 'lib/libc/sys/Lint_sigpending.c')
-rw-r--r-- | lib/libc/sys/Lint_sigpending.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/libc/sys/Lint_sigpending.c b/lib/libc/sys/Lint_sigpending.c deleted file mode 100644 index 33358102299..00000000000 --- a/lib/libc/sys/Lint_sigpending.c +++ /dev/null @@ -1,16 +0,0 @@ -/* $OpenBSD: Lint_sigpending.c,v 1.2 2004/09/14 22:18:56 deraadt Exp $ */ -/* $NetBSD: Lint_sigpending.c,v 1.1 1997/11/06 00:53:11 cgd Exp $ */ - -/* - * This file placed in the public domain. - * Chris Demetriou, November 5, 1997. - */ - -#include <signal.h> - -/*ARGSUSED*/ -int -sigpending(sigset_t *set) -{ - return (0); -} |