mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Update.
2002-12-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/bits/libc-lock.h (__libc_locking_needed): Only declare for libc.so. (__libc_lock_init, __libc_lock_init_recursive): Change into comma expression. (__libc_lock_lock): Put into statement expression. (__libc_lock_unlock): Remove trailing semicolon. * sysdeps/unix/sysv/linux/fork.h (__libc_pthread_init): Fix typo.
This commit is contained in:
parent
ced7053233
commit
aa80bf8661
@ -1,3 +1,13 @@
|
||||
2002-12-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/pthread/bits/libc-lock.h (__libc_locking_needed): Only
|
||||
declare for libc.so.
|
||||
(__libc_lock_init, __libc_lock_init_recursive): Change into comma
|
||||
expression.
|
||||
(__libc_lock_lock): Put into statement expression.
|
||||
(__libc_lock_unlock): Remove trailing semicolon.
|
||||
* sysdeps/unix/sysv/linux/fork.h (__libc_pthread_init): Fix typo.
|
||||
|
||||
2002-12-12 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use asm operand with
|
||||
|
@ -56,5 +56,5 @@ extern int __register_atfork (void (*__prepare) (void),
|
||||
void *dso_handle);
|
||||
|
||||
/* Register the generation counter in the libpthread with the libc. */
|
||||
extern void __libc_pthread_int (unsigned long int *__ptr,
|
||||
void (*reclaim) (void));
|
||||
extern void __libc_pthread_init (unsigned long int *__ptr,
|
||||
void (*reclaim) (void));
|
||||
|
Loading…
Reference in New Issue
Block a user