summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST/test_poll.c
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:55:38 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 06:55:38 +0000
commitd3c76003c02c6de538fe707b8996fbc81e3b71b2 (patch)
tree048b29f79d8256ef1892900880e1599361579ba3 /lib/libc_r/TEST/test_poll.c
parent5d832056d1aaca8b33281fccbcceb705bb2e6e91 (diff)
clean
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;
{