]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update
authorUlrich Drepper <drepper@redhat.com>
Wed, 1 Oct 2003 06:27:22 +0000 (06:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 1 Oct 2003 06:27:22 +0000 (06:27 +0000)
2003-09-30  Jakub Jelinek  <jakub@redhat.com>
* sysdeps/pthread/malloc-machine.h: Remove misleading comment.

2003-09-27  Wolfram Gloger  <wg@malloc.de>

nptl/ChangeLog
nptl/sysdeps/pthread/malloc-machine.h

index 37e9c8884219387bd7c4e17a20104541a49b1624..b865e2f989d4dceab07d9be99b53af141f77496f 100644 (file)
@@ -1,5 +1,8 @@
-2003-09-27  Wolfram Gloger  <wg@malloc.de>
+2003-09-30  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/pthread/malloc-machine.h: Remove misleading comment.
+
+2003-09-27  Wolfram Gloger  <wg@malloc.de> 
        * sysdeps/pthread/malloc-machine.h: New file
 
 2003-09-24  Roland McGrath  <roland@redhat.com>
index 634e9cd66c249e82730ce6e0c3885480f6beab58..efab230aa8db436ec5254dfab45e4fd5d2d94d79 100644 (file)
@@ -28,8 +28,6 @@
 
 __libc_lock_define (typedef, mutex_t)
 
-/* Assume NPTL.  */
-
 #define mutex_init(m)          __libc_lock_init (*(m))
 #define mutex_lock(m)          __libc_lock_lock (*(m))
 #define mutex_trylock(m)       __libc_lock_trylock (*(m))