diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-27 18:21:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-27 18:21:37 +0000 |
commit | d7da225a3013c450ed2ed8cfef99e11bd1d4162a (patch) | |
tree | ed44eb6c640af2707394d86f24e811c88c381d30 /libthreads | |
parent | 7d520be8a7a92d72f0c65db3d5a2e4a0cf6c8914 (diff) |
.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index f5c65ad9..b89eecfc 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,12 @@ +2000-03-27 Roland McGrath <roland@baalperazim.frob.com> + + Locking support for stdio streams with glibc-2.2 libio. EXPERIMENTAL! + * lockfile.c: New file. + * libthreads.map: New file. + * Makefile (SRCS): Add lockfile.c. + [$(VERSIONING) = yes] ($(libname).so.$(hurd-version)): Depend + on $(srcdir)/$(libname).map to get version script into the link. + 2000-02-28 Roland McGrath <roland@baalperazim.frob.com> * i386/csw.S: #undef __ELF__ before defining it, since |