This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c444cc1d83 Linux: Add missing scheduler constants to <sched.h> new 1251e9ea49 support: Add <support/readdir.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: support/Makefile | 2 + support/readdir.h | 85 +++++++++++ support/support_readdir.c | 318 ++++++++++++++++++++++++++++++++++++++++++ support/tst-support_readdir.c | 70 ++++++++++ 4 files changed, 475 insertions(+) create mode 100644 support/readdir.h create mode 100644 support/support_readdir.c create mode 100644 support/tst-support_readdir.c