diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-09-01 01:08:17 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-09-01 01:08:17 +0000 |
commit | 84f88551d84dc439836c77b5ddcaf77a982be2c2 (patch) | |
tree | 0c5b792728244b3ed0a289c169e016d6cad2243b /lib/libc | |
parent | 1526394b06893bd355c5a7261041969a34e2796e (diff) |
sync comment with reality.
Diffstat (limited to 'lib/libc')
-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 |