This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 323b48b97 Cygwin: lseek: return ESPIPE rather than EINVAL when called o [...] new 682c4a9f1 Implement nanl in newlib only new 35555851d newlib: strtold: use __builtin_nanl to avoid libm dependency new 256f1171a newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined
The 3 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/stdlib/Makefile.am | 6 +++--- newlib/libc/stdlib/Makefile.in | 11 ++++++----- newlib/libc/stdlib/strtorx.c | 2 +- newlib/libm/common/nanl.c | 6 ++++++ winsup/cygwin/Makefile.in | 1 - winsup/cygwin/math/nanl.c | 5 ----- 6 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 winsup/cygwin/math/nanl.c