From 72893208b74788967201a27c4c7019a1e3e80ba6 Mon Sep 17 00:00:00 2001 From: fgsch Date: Sat, 1 Sep 2012 01:08:16 +0000 Subject: sync comment with reality. --- lib/libc/stdio/flockfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/flockfile.c') 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 #include @@ -7,7 +7,7 @@ /* * Subroutine versions of the macros in * 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 -- cgit v1.2.3-59-g8ed1b