diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-24 03:25:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-24 03:25:40 +0000 |
commit | edb6388469813ba6f4df742ae6dd55466a28976c (patch) | |
tree | b9e14a3e16f52fb9cb5ee34878b85f1ee8a009ec /linuxthreads/ChangeLog | |
parent | 0dce3d154c4af198a042bd2d1fd9241e6890a9b2 (diff) | |
download | glibc-edb6388469813ba6f4df742ae6dd55466a28976c.tar.gz glibc-edb6388469813ba6f4df742ae6dd55466a28976c.tar.xz glibc-edb6388469813ba6f4df742ae6dd55466a28976c.zip |
* sysdeps/generic/bits/libc-lock.h: Same changes.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fcb2e07316..65a2077939 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2001-08-23 Roland McGrath <roland@frob.com> + + * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): Take + new first argument, skip the cleanup handler if it's zero. + (_LIBC_LOCK_RECURSIVE_INITIALIZER): New macro. + (__libc_lock_define_initialized_recursive): Use it. + * sysdeps/pthread/bits/stdio-lock.h: File removed. + The sysdeps/generic file from the main tree now suffices. + 2001-08-22 Roland McGrath <roland@frob.com> * sysdeps/pthread/bits/stdio-lock.h: Include <bits/libc-lock.h> |