diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-01 06:27:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-01 06:27:22 +0000 |
commit | 1d5b20ad4688c73868b4c7ab7c69d600a29482d9 (patch) | |
tree | cbf94bd34a281adbd534f4d157ffd4058efcebcd | |
parent | c1384d107715df7091b40233e252ec327b586bc2 (diff) | |
download | glibc-1d5b20ad4688c73868b4c7ab7c69d600a29482d9.tar.gz glibc-1d5b20ad4688c73868b4c7ab7c69d600a29482d9.tar.xz glibc-1d5b20ad4688c73868b4c7ab7c69d600a29482d9.zip |
Update
2003-09-30 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/malloc-machine.h: Remove misleading comment. 2003-09-27 Wolfram Gloger <wg@malloc.de>
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/malloc-machine.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 37e9c88842..b865e2f989 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -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> diff --git a/nptl/sysdeps/pthread/malloc-machine.h b/nptl/sysdeps/pthread/malloc-machine.h index 634e9cd66c..efab230aa8 100644 --- a/nptl/sysdeps/pthread/malloc-machine.h +++ b/nptl/sysdeps/pthread/malloc-machine.h @@ -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)) |