diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-08 05:09:23 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-08 05:09:23 +0000 |
commit | c19ab492e22314efb26c343eb222ded42e50da0f (patch) | |
tree | 654e018c41237a229d9f88b41fc5dd8bb01c0865 /lib/libpthread/uthread | |
parent | 0f9dc2ce88b278ac7bbaaafa02fb14c1cc58cd62 (diff) |
ident
Diffstat (limited to 'lib/libpthread/uthread')
-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> |