diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-16 15:38:45 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-16 15:38:45 -0700 |
commit | 86466cd930d045a44cb7e85398660d9842e463c6 (patch) | |
tree | 74d46e57df979447a022296b2878a6a0efa61162 /ChangeLog | |
parent | c3c8283c06a96d981b4a4aaef246fadde7ddef1e (diff) | |
download | glibc-86466cd930d045a44cb7e85398660d9842e463c6.tar.gz |
Do not pollute name space with internal_*netgrent functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |