1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
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.
This commit is contained in:
Ulrich Drepper
2002-12-13 10:59:14 +00:00
parent b9633fccd3
commit 9ae0909b35
22 changed files with 312 additions and 77 deletions

View File

@@ -27,5 +27,5 @@ pthread_exit (value)
{
THREAD_SETMEM (THREAD_SELF, result, value);
__do_cancel (CURRENT_STACK_FRAME);
__do_cancel ();
}