about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-09-28 13:48:14 -0700
committerRoland McGrath <roland@hack.frob.com>2012-09-28 13:48:14 -0700
commitb1c608fe20672fe645cd171e89195b4a00914db1 (patch)
treef06df241a14111b1d1995cef23d9f7946ef744a9 /ChangeLog
parent766ea9371a0fac8909873c1a9198c24d5780d500 (diff)
downloadglibc-b1c608fe20672fe645cd171e89195b4a00914db1.tar.gz
glibc-b1c608fe20672fe645cd171e89195b4a00914db1.tar.xz
glibc-b1c608fe20672fe645cd171e89195b4a00914db1.zip
Avoid more warnings in nsswitch.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b04d0c74..5fcf34da4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 2012-09-28  Roland McGrath  <roland@hack.frob.com>
 
-	* nss/nsswitch.c (nss_new_service): Conditionalize definition on
-	[!DO_STATIC_NSS || SHARED], matching its only caller.
+	* nss/nsswitch.c (nss_new_service): Conditionalize definition and
+	declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
+	(__nss_lookup_function): Conditionalize label remove_from_tree on
+	[!DO_STATIC_NSS || SHARED], matching its only use.
 
 2012-09-28  David S. Miller  <davem@davemloft.net>