]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Dec 2002 18:04:35 +0000 (18:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Dec 2002 18:04:35 +0000 (18:04 +0000)
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.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/fork.h

index 322b09cc2999baf465ea1d7795d3c39726bfec61..5b2f6c69d7977ef0c911d92c78dda271c6c38157 100644 (file)
@@ -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
index 0bc283d1bc0509fbf3f57114393af1c08ff0a051..f2899225b8a2807916db75eaaabf7ff0b95a6042 100644 (file)
@@ -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));
This page took 0.05779 seconds and 5 git commands to generate.