mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
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>
This commit is contained in:
parent
c1384d1077
commit
1d5b20ad46
@ -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>
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user