aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-24 09:06:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-24 09:06:50 +0000
commit8cf26632527ab97265a4925dfd7d89ca48b4c28b (patch)
tree4badefab20e4372a97d96afe485deb6db0e94e89 /ChangeLog
parent44843eeeddc1f770d71255c6c2462c533c44b4d5 (diff)
downloadglibc-8cf26632527ab97265a4925dfd7d89ca48b4c28b.tar
glibc-8cf26632527ab97265a4925dfd7d89ca48b4c28b.tar.gz
glibc-8cf26632527ab97265a4925dfd7d89ca48b4c28b.tar.bz2
glibc-8cf26632527ab97265a4925dfd7d89ca48b4c28b.zip
Update.
2004-10-24 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define hidden attribute macros for libnss_files. * include/netdb.h: Use libnss_files_hidden_proto for the parsers defined in libnss_files, not libc_hidden_proto. * include/netinet/ether.h: Likewise. * include/rpc/netdb.h: Likewise. * nss/nss_files/files-parse.c: Use hidden_def in parser definitions instead of libc_hidden_def. * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to _nss_netgroup_parseline definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1ddb7875..d127766c73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-10-24 Ulrich Drepper <drepper@redhat.com>
+
+ * include/libc-symbols.h: Define hidden attribute macros for
+ libnss_files.
+ * include/netdb.h: Use libnss_files_hidden_proto for the parsers
+ defined in libnss_files, not libc_hidden_proto.
+ * include/netinet/ether.h: Likewise.
+ * include/rpc/netdb.h: Likewise.
+ * nss/nss_files/files-parse.c: Use hidden_def in parser definitions
+ instead of libc_hidden_def.
+ * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to
+ _nss_netgroup_parseline definition.
+
2004-10-23 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early