summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/pause.c')
-rw-r--r--lib/libc/gen/pause.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/pause.c b/lib/libc/gen/pause.c
index 60167039936..4db649bb4b0 100644
--- a/lib/libc/gen/pause.c
+++ b/lib/libc/gen/pause.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pause.c,v 1.4 2003/06/25 21:15:04 deraadt Exp $ */
+/* $OpenBSD: pause.c,v 1.5 2004/05/18 02:05:52 jfb Exp $ */
/*
* Written by Todd C. Miller <Todd.Miller@courtesan.com>
@@ -6,7 +6,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: pause.c,v 1.4 2003/06/25 21:15:04 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: pause.c,v 1.5 2004/05/18 02:05:52 jfb Exp $";
#endif /* LIBC_SCCS and not lint */
#include <signal.h>
@@ -16,7 +16,7 @@ static const char rcsid[] = "$OpenBSD: pause.c,v 1.4 2003/06/25 21:15:04 deraadt
* Backwards compatible pause(3).
*/
int
-pause()
+pause(void)
{
sigset_t mask;