This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c0c49d60cf Simplify NAN definitions. new 9da93bd7c6 inet: Remove internal_function attribute new 116ac301b1 io: Remove internal_function attribute new 83b09837ed nptl: Remove internal_function attribute new b41bd5bc83 posix: Remove internal_function attribute new 2fa6d086d1 stdio-common: Remove internal_function attribute new 41ad5ca60e stdlib: Remove internal_function attribute new 65284eb7a8 libc-symbols.h: Remove definition of internal_function
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: ChangeLog | 126 ++++++++++++++++++++++ include/libc-symbols.h | 7 -- inet/deadline.c | 6 +- inet/getnameinfo.c | 1 - inet/getnetgrent_r.c | 1 - inet/inet6_option.c | 1 - inet/net-internal.h | 8 +- inet/rcmd.c | 2 - io/fts.c | 31 ++---- io/ftw.c | 7 +- nptl/allocatestack.c | 5 - nptl/cancellation.c | 2 +- nptl/libc_pthread_init.c | 1 - nptl/pthreadP.h | 29 ++--- nptl/pthread_create.c | 2 - nptl/pthread_mutex_cond_lock.c | 2 +- nptl/pthread_mutex_lock.c | 1 - nptl/pthread_mutex_unlock.c | 4 +- posix/fnmatch.c | 6 -- posix/fnmatch_loop.c | 11 +- posix/regcomp.c | 9 +- posix/regex_internal.c | 59 +++++----- posix/regex_internal.h | 29 ++--- posix/regexec.c | 209 +++++++++++++----------------------- posix/spawn_int.h | 2 +- posix/spawn_valid_fd.c | 1 - posix/wordexp.c | 32 +----- stdio-common/printf_fp.c | 4 +- stdio-common/vfprintf.c | 3 +- stdlib/fmtmsg.c | 4 +- sysdeps/mach/hurd/if_index.c | 1 - sysdeps/posix/ttyname.c | 3 +- sysdeps/posix/ttyname_r.c | 3 +- sysdeps/unix/sysv/linux/ifaddrs.c | 1 - sysdeps/unix/sysv/linux/preadv.c | 4 +- sysdeps/unix/sysv/linux/preadv64.c | 4 +- sysdeps/unix/sysv/linux/pwritev.c | 4 +- sysdeps/unix/sysv/linux/pwritev64.c | 4 +- sysdeps/unix/sysv/linux/ttyname.c | 6 +- sysdeps/unix/sysv/linux/ttyname_r.c | 4 +- 40 files changed, 289 insertions(+), 350 deletions(-)