diff options
author | 2012-09-01 01:08:16 +0000 | |
---|---|---|
committer | 2012-09-01 01:08:16 +0000 | |
commit | 72893208b74788967201a27c4c7019a1e3e80ba6 (patch) | |
tree | 1552794abc5ab50ac9319e6cc4362d886af769a7 /lib/libc/stdio/flockfile.c | |
parent | So passes uthreads (diff) | |
download | wireguard-openbsd-72893208b74788967201a27c4c7019a1e3e80ba6.tar.xz wireguard-openbsd-72893208b74788967201a27c4c7019a1e3e80ba6.zip |
sync comment with reality.
Diffstat (limited to 'lib/libc/stdio/flockfile.c')
-rw-r--r-- | lib/libc/stdio/flockfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/flockfile.c b/lib/libc/stdio/flockfile.c index c75e050d4f3..5ffcae57609 100644 --- a/lib/libc/stdio/flockfile.c +++ b/lib/libc/stdio/flockfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flockfile.c,v 1.7 2004/09/28 18:12:44 otto Exp $ */ +/* $OpenBSD: flockfile.c,v 1.8 2012/09/01 01:08:16 fgsch Exp $ */ #include <sys/time.h> #include <stdio.h> @@ -7,7 +7,7 @@ /* * Subroutine versions of the macros in <stdio.h> * Note that these are all no-ops because libc does not do threads. - * Strong implementation of file locking in libc_r/uthread/uthread_file.c + * Strong implementation of file locking in librthread/rthread_file.c */ #undef flockfile |