diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 885176aed4..e7cfb64231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-01-17 Pino Toscano <toscano.pino@tiscali.it> + + * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define. + * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>. + [!HAVE_MREMAP]: Remove [defined linux] case. + * malloc/arena.c: Do not include <malloc-sysdep.h>. + 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com> * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment. |