diff options
author | 1999-01-08 05:09:22 +0000 | |
---|---|---|
committer | 1999-01-08 05:09:22 +0000 | |
commit | 81c768900f6b84c0485d0d3040372397585e8170 (patch) | |
tree | c966b9b135c6b73241ddc4cb04ec77c4c919b0e1 /lib/libpthread | |
parent | add poll(2). This might help get X threaded. (diff) | |
download | wireguard-openbsd-81c768900f6b84c0485d0d3040372397585e8170.tar.xz wireguard-openbsd-81c768900f6b84c0485d0d3040372397585e8170.zip |
ident
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/uthread/uthread_poll.c b/lib/libpthread/uthread/uthread_poll.c index 583f0631610..da3e98d1547 100644 --- a/lib/libpthread/uthread/uthread_poll.c +++ b/lib/libpthread/uthread/uthread_poll.c @@ -1,6 +1,7 @@ /* * David Leonard <d@openbsd.org>, 1999. Public Domain. * + * $OpenBSD: uthread_poll.c,v 1.2 1999/01/08 05:09:22 d Exp $ */ #include <unistd.h> #include <errno.h> |