Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Dec 2002 10:59:14 +0000 (10:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Dec 2002 10:59:14 +0000 (10:59 +0000)
commit9ae0909b35bc7ed04897536cbf224f7e134b5184
treeaa669fa5f77206d19f065a05859b8c52032019ad
parentb9633fccd30c9cb390295ca0c43477f2bef986af
Update.

2002-12-13  Ulrich Drepper  <drepper@redhat.com>

* misc/syslog.c (log_cleanup): Don't use parameter in
__libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
pass NULL instead of a pointer to syslog_lock.
22 files changed:
ChangeLog
misc/syslog.c
nptl/ChangeLog
nptl/Makefile
nptl/allocatestack.c
nptl/cancellation.c
nptl/descr.h
nptl/init.c
nptl/pthreadP.h
nptl/pthread_exit.c
nptl/pthread_setcancelstate.c
nptl/pthread_setcanceltype.c
nptl/sysdeps/i386/tls.h
nptl/sysdeps/pthread/bits/libc-lock.h
nptl/sysdeps/unix/sysv/linux/accept.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/i386/createthread.c
nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/i386/pt-socket.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c
nptl/sysdeps/unix/sysv/linux/read.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/write.c [new file with mode: 0644]