summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST/test_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/TEST/test_poll.c')
-rw-r--r--lib/libc_r/TEST/test_poll.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc_r/TEST/test_poll.c b/lib/libc_r/TEST/test_poll.c
index 632176ec881..b07a178436f 100644
--- a/lib/libc_r/TEST/test_poll.c
+++ b/lib/libc_r/TEST/test_poll.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: test_poll.c,v 1.2 2000/01/06 06:55:37 d Exp $ */
#include <pthread.h>
#include <fcntl.h>
#include <poll.h>
@@ -26,8 +27,7 @@ print_pollfd(p)
);
}
-static
-void *
+static void *
writer(arg)
void *arg;
{
@@ -38,8 +38,7 @@ writer(arg)
return NULL;
}
-static
-void *
+static void *
reader(arg)
void *arg;
{