summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-16 15:38:45 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-16 15:38:45 -0700
commit86466cd930d045a44cb7e85398660d9842e463c6 (patch)
tree74d46e57df979447a022296b2878a6a0efa61162 /ChangeLog
parentc3c8283c06a96d981b4a4aaef246fadde7ddef1e (diff)
Do not pollute name space with internal_*netgrent functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b844d51ae6..6cb87f2eb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-08-16 Roland McGrath <roland@hack.frob.com>
+
+ * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
+ (__internal_setnetgrent): ... this. Add internal_function to
+ definition. Add libc_hidden_def.
+ (setnetgrent): Update caller.
+ (internal_endnetgrent): Renamed to ...
+ (__internal_endnetgrent): ... this. Add internal_function to
+ definition. Add libc_hidden_def.
+ (endnetgrent): Update caller.
+ (internal_getnetgrent_r): Renamed to ...
+ (__internal_getnetgrent_r): ... this. Add internal_function to
+ definition. Add libc_hidden_def.
+ (__getnetgrent_r): Update caller.
+ * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
+
2012-08-16 Joseph Myers <joseph@codesourcery.com>
* stdlib/longlong.h: Update from GCC.