This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 256f1171a newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined new d3d838cc2 Make some standard open() flags visible new 61fc64ed9 Open a directory with the usual flags new da418955f Move common <sys/dirent.h> content to <dirent.h> new 738fdc6a4 RTEMS: Add struct dirent::d_type member new ab4fdab5d Add generic implementation of dirfd() new 103b05503 Add generic implementation of fdopendir()
The 6 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: newlib/libc/include/dirent.h | 81 +++++++++++++-- newlib/libc/include/sys/_default_fcntl.h | 48 +++++---- newlib/libc/machine/spu/sys/dirent.h | 8 -- newlib/libc/posix/Makefile.am | 2 +- newlib/libc/posix/Makefile.in | 28 +++--- newlib/libc/{string/ffsl.c => posix/dirfd.c} | 12 ++- newlib/libc/posix/opendir.c | 38 +++++--- newlib/libc/sys/decstation/sys/dirent.h | 7 -- newlib/libc/sys/phoenix/sys/dirent.h | 13 --- newlib/libc/sys/rtems/include/sys/dirent.h | 141 ++++++++++++++++++--------- newlib/libc/sys/sparc64/sys/dirent.h | 7 -- newlib/libc/sys/sun4/sys/dirent.h | 7 -- newlib/libc/sys/sysvi386/sys/dirent.h | 7 -- winsup/cygwin/include/sys/dirent.h | 32 ------ 14 files changed, 247 insertions(+), 184 deletions(-) copy newlib/libc/{string/ffsl.c => posix/dirfd.c} (89%)