mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Update from Gnulib by running admin/merge-gnulib
* admin/merge-gnulib (GNULIB_MODULES): Add stringeq. With current Gnulib it is already present as in indirect dependency; listing it here because Emacs now depends on it directly. * lib-src/ebrowse.c, lib-src/etags.c: (streq): Remove, as Gnulib defines this now. * lib/fseterr.c, lib/fseterr.h, lib/issymlink.c, lib/issymlink.h: * lib/issymlinkat.c, lib/stdio-consolesafe.c, lib/string.c: * m4/fseterr.m4, m4/gettext_h.m4, m4/stringeq.m4: New files from Gnulib. * src/conf_post.h (tzfree) [__ANDROID_API__ >= 35]: Remove.
This commit is contained in:
parent
327c16ce14
commit
59fbaca6b9
115 changed files with 1733 additions and 1097 deletions
|
|
@ -109,6 +109,15 @@ _GL_INLINE_HEADER_BEGIN
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* These declarations are needed if Gnulib byteswap.h -> stdint.h ->
|
||||
sys/types.h -> endian.h -> Gnulib byteswap.h, the last of which is blocked
|
||||
by its include guard so the functions are not yet declared. */
|
||||
#ifdef _GL_BYTESWAP_INLINE
|
||||
_GL_BYTESWAP_INLINE uint_least16_t bswap_16 (uint_least16_t);
|
||||
_GL_BYTESWAP_INLINE uint_least32_t bswap_32 (uint_least32_t);
|
||||
_GL_BYTESWAP_INLINE uint_least64_t bswap_64 (uint_least64_t);
|
||||
#endif
|
||||
|
||||
/* Big endian to host. */
|
||||
|
||||
_GL_ENDIAN_INLINE uint16_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue