This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 26890e1cd0 Update MIPS libm-test-ulps new c4ec8cab07 inet: Add hidden prototype for __inet_network new 771473a8c4 libio: Add hidden prototype for ungetc new 7fcdb53253 libio: Replace internal _IO_getdelim symbol with __getdelim new f0c28504a9 nss_files: Allocate nscd file registration data on the heap new 36861a968a nss_files: Add generic code for set*ent, end*ent and file open new 6212bb67f4 nss_files: Move into libc new f9c8b11ed7 nss: Access nss_files through direct references
The 7 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: iconv/gconv_parseconfdir.h | 2 +- include/arpa/inet.h | 2 + include/libc-symbols.h | 23 ---- include/netdb.h | 2 +- include/nss_files.h | 80 ++++++++++++- include/stdio.h | 2 + inet/inet_net.c | 4 +- libio/iogetdelim.c | 7 +- libio/ioungetc.c | 6 +- libio/libioP.h | 1 - nss/Makefile | 16 ++- nss/Versions | 17 ++- nss/nss_files/files-XXX.c | 73 ++++-------- nss/nss_files/files-alias.c | 86 ++++---------- nss/nss_files/files-ethers.c | 2 - nss/nss_files/files-grp.c | 2 - nss/nss_files/files-hosts.c | 17 +-- nss/nss_files/files-init.c | 58 ++++------ nss/nss_files/files-initgroups.c | 3 +- nss/nss_files/files-netgrp.c | 11 +- nss/nss_files/files-network.c | 4 +- nss/nss_files/files-parse.c | 8 +- nss/nss_files/files-proto.c | 2 - nss/nss_files/files-pwd.c | 2 - nss/nss_files/files-rpc.c | 2 - nss/nss_files/files-service.c | 2 - nss/nss_files/files-sgrp.c | 2 - nss/nss_files/files-spwd.c | 2 - nss/nss_files_data.c | 161 ++++++++++++++++++++++++++ support/xsched.h => nss/nss_files_functions.c | 41 ++++--- nss/nss_module.c | 38 +++++- nss/nss_module.h | 4 + nss/nss_readline.c | 4 +- stdio-common/getline.c | 2 +- sysdeps/unix/sysv/linux/readonly-area.c | 2 +- 35 files changed, 426 insertions(+), 264 deletions(-) create mode 100644 nss/nss_files_data.c copy support/xsched.h => nss/nss_files_functions.c (55%)