diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,10 +1,17 @@ 2012-08-17 Roland McGrath <roland@hack.frob.com> + * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro. + (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier): + Macros removed. + * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on + [!NO_THREADS]. + (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise. + (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): + Likewise. + * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for __libc_cleanup_push argument. -2012-08-17 Roland McGrath <roland@hack.frob.com> - * bits/param.h: New file. * misc/sys/param.h: New file. * include/sys/param.h: New file. |