diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:30:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 23:30:29 +0000 |
commit | e14bbf537e28b5470e5491bf0c1dc3d8849bc283 (patch) | |
tree | 897af75833e3f9a981a7909bc80b88cddfc1d389 /ChangeLog | |
parent | e582c5eda2fea3cdb336f35a070997588b8ccf96 (diff) | |
download | glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.gz glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.tar.bz2 glibc-e14bbf537e28b5470e5491bf0c1dc3d8849bc283.zip |
* nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
defined and __ASSUME_NETLINK_SUPPORT is zero.
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
-DNEED_NETLINK.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-10-04 Ulrich Drepper <drepper@redhat.com> + * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is + defined and __ASSUME_NETLINK_SUPPORT is zero. + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add + -DNEED_NETLINK. + * malloc/mtrace.pl: Avoid calling location unless it is needed for output. Patch by Edward Bishop <binutils@gmail.com>. |