This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8ed3b64330 Mark internal stdlib functions with attribute_hidden [BZ #18822] new 8bcdb7e0c5 Mark internal functions with attribute_hidden [BZ #18822] new 3aff56444e Mark __internal_statvfs[64] with attribute_hidden [BZ #18822] new c26dd7c600 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...] new 8345a76018 Mark internal argp functions with attribute_hidden [BZ #18822] new 7ec4b39ac4 Mark internal unistd functions with attribute_hidden [BZ #18822] new 783cd767af Mark internal grp/pwd/shadow functions with attribute_hidden [...] new 44af8a32c3 Mark internal wchar functions with attribute_hidden [BZ #18822] new a2ca165230 Mark internal gmp functions with attribute_hidden [BZ #18822] new a4338d994f Mark internal nscd functions with attribute_hidden [BZ #18822] new b0f5678494 Mark internal time functions with attribute_hidden [BZ #18822] new e1b33bba7c Mark internal statfs functions with attribute_hidden [BZ #18822] new 94fd682c9b Mark internal gshadow functions with attribute_hidden [BZ #18822] new 2e0a69097d Mark internal stdio functions with attribute_hidden [BZ #18822] new 9635ce6962 Mark internal getXXXbyYYY functions with attribute_hidden [B [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 280 +++++++++++++++++++++ argp/argp-fmtstream.c | 2 +- argp/argp-fs-xinl.c | 2 +- argp/argp-help.c | 4 +- argp/argp-parse.c | 2 +- argp/argp-xinl.c | 2 +- iconv/gconv_int.h | 43 ++-- include/aliases.h | 3 +- include/argp-fmtstream.h | 19 ++ include/argp.h | 10 + include/dlfcn.h | 3 +- include/gmp.h | 33 ++- include/grp.h | 6 +- include/gshadow.h | 6 +- include/netdb.h | 30 ++- include/pwd.h | 6 +- include/rpc/netdb.h | 4 +- include/shadow.h | 7 +- include/stdio.h | 20 +- include/sys/statfs.h | 9 +- include/sys/statvfs.h | 6 +- include/time.h | 30 ++- include/unistd.h | 60 ++--- include/wchar.h | 61 +++-- intl/gettextP.h | 12 +- intl/plural-exp.h | 5 +- locale/coll-lookup.h | 6 +- nscd/nscd-client.h | 12 +- nscd/nscd_proto.h | 34 ++- nss/getXXbyYY.c | 3 +- resolv/gai_misc.h | 15 +- stdlib/gmp-impl.h | 12 +- sysdeps/generic/aio_misc.h | 3 +- sysdeps/generic/ldsodefs.h | 8 +- sysdeps/i386/machine-gmon.h | 2 +- sysdeps/ieee754/float128/wcstof128.c | 3 - sysdeps/ieee754/float128/wcstof128_l.c | 3 - sysdeps/unix/sysv/linux/fstatvfs.c | 6 +- sysdeps/unix/sysv/linux/fstatvfs64.c | 7 +- sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +- .../unix/sysv/linux/internal_statvfs.h | 19 +- sysdeps/unix/sysv/linux/olddirent.h | 3 +- sysdeps/unix/sysv/linux/pathconf.h | 12 +- sysdeps/unix/sysv/linux/statvfs.c | 6 +- sysdeps/unix/sysv/linux/statvfs64.c | 7 +- wcsmbs/wcsmbsload.h | 9 +- wcsmbs/wcstod.c | 3 - wcsmbs/wcstod_l.c | 3 - wcsmbs/wcstof.c | 3 - wcsmbs/wcstof_l.c | 3 - wcsmbs/wcstol_l.c | 3 - wcsmbs/wcstold.c | 3 - wcsmbs/wcstold_l.c | 3 - wcsmbs/wcstoll_l.c | 3 - wcsmbs/wcstoul_l.c | 3 - wcsmbs/wcstoull_l.c | 4 - 56 files changed, 626 insertions(+), 242 deletions(-) create mode 100644 include/argp-fmtstream.h copy bits/stdint-intn.h => sysdeps/unix/sysv/linux/internal_statvfs.h (69%)