diff options
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_poll.c b/lib/libc_r/uthread/uthread_poll.c index 583f0631610..da3e98d1547 100644 --- a/lib/libc_r/uthread/uthread_poll.c +++ b/lib/libc_r/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> |