diff options
| author | Paul Eggert | 2020-07-09 16:35:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2020-07-09 16:38:44 -0700 |
| commit | 0fc8671d10ccab52d78afdaeb715bcc9e52c0ac0 (patch) | |
| tree | c2ff20906b1af26e3c68027576bfa0df948479bd /lib/string.in.h | |
| parent | 814e3b0b17bce65afb1d487167c1ce7291ddcf4d (diff) | |
| download | emacs-0fc8671d10ccab52d78afdaeb715bcc9e52c0ac0.tar.gz emacs-0fc8671d10ccab52d78afdaeb715bcc9e52c0ac0.zip | |
Update from Gnulib
This incorporates:
2020-07-07 dup2: remove support for some very old platforms
2020-07-07 memchr: remove support for some very old platforms
2020-07-04 getumask: new module
2020-07-03 getrandom: fix compilation error on native Windows
2020-07-03 lchmod: simplify after 2020-02-22 change
2020-07-01 manywarnings: improve port to GCC 10.1
2020-06-28 getrandom: fix compilation errors on older versions of mingw
2020-06-29 alloca-opt: fix warning on mingw
* lib/alloca.in.h, lib/dup2.c, lib/getrandom.c, lib/string.in.h:
* lib/sys_stat.in.h, lib/unistd.in.h, m4/dup2.m4, m4/getrandom.m4:
* m4/lchmod.m4, m4/manywarnings.m4, m4/string_h.m4, m4/sys_stat_h.m4:
* m4/unistd_h.m4: Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'lib/string.in.h')
| -rw-r--r-- | lib/string.in.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/string.in.h b/lib/string.in.h index a08e7057fbd..aa9802791ee 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -134,11 +134,6 @@ _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) | |||
| 134 | _GL_ARG_NONNULL ((1))); | 134 | _GL_ARG_NONNULL ((1))); |
| 135 | _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); | 135 | _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); |
| 136 | # else | 136 | # else |
| 137 | # if ! @HAVE_MEMCHR@ | ||
| 138 | _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) | ||
| 139 | _GL_ATTRIBUTE_PURE | ||
| 140 | _GL_ARG_NONNULL ((1))); | ||
| 141 | # endif | ||
| 142 | /* On some systems, this function is defined as an overloaded function: | 137 | /* On some systems, this function is defined as an overloaded function: |
| 143 | extern "C" { const void * std::memchr (const void *, int, size_t); } | 138 | extern "C" { const void * std::memchr (const void *, int, size_t); } |
| 144 | extern "C++" { void * std::memchr (void *, int, size_t); } */ | 139 | extern "C++" { void * std::memchr (void *, int, size_t); } */ |