This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/no-nested-includes in repository glibc.
from c0aef04c9b Don’t include sys/cdefs.h directly from public headers. new e949192ce3 Limit the set of strings.h functions also exposed in string.h.
The 1 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: NEWS | 3 ++ debug/tst-chk1.c | 1 + include/bits/strings_x2k8.h | 1 + scripts/check-obsolete-constructs.py | 1 - string/Makefile | 2 +- string/bits/strings_x2k8.h | 70 ++++++++++++++++++++++++++++++++++++ string/string.h | 2 +- string/strings.h | 39 ++------------------ string/test-string.h | 1 + 9 files changed, 80 insertions(+), 40 deletions(-) create mode 100644 include/bits/strings_x2k8.h create mode 100644 string/bits/strings_x2k8.h