diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:18:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:18:57 +0000 |
commit | f04c9df485367f1518cf71daf571bdab28c69524 (patch) | |
tree | 5c8f230da826066c125577e79658fc67a354cea1 /lib/libc/sys/Lint_sigpending.c | |
parent | c2451b45b162c71d304824e86d2d2def1168b06a (diff) |
ansi
Diffstat (limited to 'lib/libc/sys/Lint_sigpending.c')
-rw-r--r-- | lib/libc/sys/Lint_sigpending.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/Lint_sigpending.c b/lib/libc/sys/Lint_sigpending.c index cede2075161..33358102299 100644 --- a/lib/libc/sys/Lint_sigpending.c +++ b/lib/libc/sys/Lint_sigpending.c @@ -1,4 +1,4 @@ -/* $OpenBSD: Lint_sigpending.c,v 1.1 1998/02/08 22:45:12 tholo Exp $ */ +/* $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 $ */ /* @@ -10,8 +10,7 @@ /*ARGSUSED*/ int -sigpending(set) - sigset_t *set; +sigpending(sigset_t *set) { return (0); } |