diff options
author | 2000-01-06 06:55:37 +0000 | |
---|---|---|
committer | 2000-01-06 06:55:37 +0000 | |
commit | c7f75c767376d3f14a72b0746a109163d69a69ae (patch) | |
tree | 8c6ec777db8bdb2755682c89371c6e00c482a58d | |
parent | clean doc (diff) | |
download | wireguard-openbsd-c7f75c767376d3f14a72b0746a109163d69a69ae.tar.xz wireguard-openbsd-c7f75c767376d3f14a72b0746a109163d69a69ae.zip |
clean
-rw-r--r-- | lib/libc_r/TEST/test_poll.c | 7 |
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; { |