diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-18 00:36:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-18 00:36:59 +0000 |
commit | 7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474 (patch) | |
tree | 194c60dbcbf6fc5cb8a212c9a79699358b09f7f5 /ChangeLog | |
parent | aae9d42b1a75737aea5d493c418dc379f53f5865 (diff) | |
download | glibc-7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474.tar.gz glibc-7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474.tar.xz glibc-7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474.zip |
Update.
* sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not replace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d0015e7ec..bca2f8812a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-04-17 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. + + * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not + replace. + * signal/Makefile (tests): Add tst-sigsimple. * signal/tst-sigsimple.c: New file. |