aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert2019-01-27 16:20:03 -0800
committerPaul Eggert2019-01-27 16:20:40 -0800
commitd81aa8516ef6df79d6d602d4f732d8a65bf1677c (patch)
treec384271af4f60e82ab204d020e7e6e3367e87877 /m4
parentcc1c46e4122a08657a7c75495115d1c60efb1b31 (diff)
downloademacs-d81aa8516ef6df79d6d602d4f732d8a65bf1677c.tar.gz
emacs-d81aa8516ef6df79d6d602d4f732d8a65bf1677c.zip
Update from Gnulib
This incorporates: 2019-01-26 getloadavg: Add support for Android 2019-01-24 fchownat: Fix compilation error on Android 4.3 2019-01-24 mbtowc: Fix compilation error on Android 4.3 2019-01-24 random: Fix compilation error on Android 4.3 2019-01-24 renameat: Fix compilation error on Android 4.3 2019-01-24 unlinkat: Fix compilation error on Android 4.3 2019-01-19 gettext: support disabling use of VLAs 2019-01-17 sys_stat: Fix warning on OS/2 kLIBC 2019-01-17 fcntl: Fix syntax error (regression from 2018-10-05) 2019-01-10 verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++ 2018-12-22 stdioext: port to newer 32-bit Android 2018-12-16 libc-config: Support HP-UX cc in C99 mode. * build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex: * lib/cdefs.h, lib/fcntl.c, lib/getloadavg.c, lib/gettext.h: * lib/regexec.c, lib/stdio-impl.h, lib/stdio.in.h, lib/stdlib.in.h: * lib/sys_stat.in.h, lib/unistd.in.h, lib/verify.h, m4/stdlib_h.m4: Copy from Gnulib. * lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'm4')
-rw-r--r--m4/stdlib_h.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/m4/stdlib_h.m4 b/m4/stdlib_h.m4
index cf064284b64..c5db804e4d6 100644
--- a/m4/stdlib_h.m4
+++ b/m4/stdlib_h.m4
@@ -1,4 +1,4 @@
1# stdlib_h.m4 serial 45 1# stdlib_h.m4 serial 47
2dnl Copyright (C) 2007-2019 Free Software Foundation, Inc. 2dnl Copyright (C) 2007-2019 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -23,7 +23,7 @@ AC_DEFUN([gl_STDLIB_H],
23# include <random.h> 23# include <random.h>
24#endif 24#endif
25 ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt 25 ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
26 initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps 26 initstate initstate_r mbtowc mkdtemp mkostemp mkostemps mkstemp mkstemps
27 posix_openpt ptsname ptsname_r qsort_r random random_r reallocarray 27 posix_openpt ptsname ptsname_r qsort_r random random_r reallocarray
28 realpath rpmatch secure_getenv setenv setstate setstate_r srandom 28 realpath rpmatch secure_getenv setenv setstate setstate_r srandom
29 srandom_r strtod strtoll strtoull unlockpt unsetenv]) 29 srandom_r strtod strtoll strtoull unlockpt unsetenv])
@@ -81,7 +81,9 @@ AC_DEFUN([gl_STDLIB_H_DEFAULTS],
81 HAVE_DECL_GETLOADAVG=1; AC_SUBST([HAVE_DECL_GETLOADAVG]) 81 HAVE_DECL_GETLOADAVG=1; AC_SUBST([HAVE_DECL_GETLOADAVG])
82 HAVE_GETSUBOPT=1; AC_SUBST([HAVE_GETSUBOPT]) 82 HAVE_GETSUBOPT=1; AC_SUBST([HAVE_GETSUBOPT])
83 HAVE_GRANTPT=1; AC_SUBST([HAVE_GRANTPT]) 83 HAVE_GRANTPT=1; AC_SUBST([HAVE_GRANTPT])
84 HAVE_INITSTATE=1; AC_SUBST([HAVE_INITSTATE])
84 HAVE_DECL_INITSTATE=1; AC_SUBST([HAVE_DECL_INITSTATE]) 85 HAVE_DECL_INITSTATE=1; AC_SUBST([HAVE_DECL_INITSTATE])
86 HAVE_MBTOWC=1; AC_SUBST([HAVE_MBTOWC])
85 HAVE_MKDTEMP=1; AC_SUBST([HAVE_MKDTEMP]) 87 HAVE_MKDTEMP=1; AC_SUBST([HAVE_MKDTEMP])
86 HAVE_MKOSTEMP=1; AC_SUBST([HAVE_MKOSTEMP]) 88 HAVE_MKOSTEMP=1; AC_SUBST([HAVE_MKOSTEMP])
87 HAVE_MKOSTEMPS=1; AC_SUBST([HAVE_MKOSTEMPS]) 89 HAVE_MKOSTEMPS=1; AC_SUBST([HAVE_MKOSTEMPS])
@@ -100,6 +102,7 @@ AC_DEFUN([gl_STDLIB_H_DEFAULTS],
100 HAVE_SECURE_GETENV=1; AC_SUBST([HAVE_SECURE_GETENV]) 102 HAVE_SECURE_GETENV=1; AC_SUBST([HAVE_SECURE_GETENV])
101 HAVE_SETENV=1; AC_SUBST([HAVE_SETENV]) 103 HAVE_SETENV=1; AC_SUBST([HAVE_SETENV])
102 HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV]) 104 HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV])
105 HAVE_SETSTATE=1; AC_SUBST([HAVE_SETSTATE])
103 HAVE_DECL_SETSTATE=1; AC_SUBST([HAVE_DECL_SETSTATE]) 106 HAVE_DECL_SETSTATE=1; AC_SUBST([HAVE_DECL_SETSTATE])
104 HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD]) 107 HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD])
105 HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL]) 108 HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL])
@@ -110,6 +113,7 @@ AC_DEFUN([gl_STDLIB_H_DEFAULTS],
110 HAVE_DECL_UNSETENV=1; AC_SUBST([HAVE_DECL_UNSETENV]) 113 HAVE_DECL_UNSETENV=1; AC_SUBST([HAVE_DECL_UNSETENV])
111 REPLACE_CALLOC=0; AC_SUBST([REPLACE_CALLOC]) 114 REPLACE_CALLOC=0; AC_SUBST([REPLACE_CALLOC])
112 REPLACE_CANONICALIZE_FILE_NAME=0; AC_SUBST([REPLACE_CANONICALIZE_FILE_NAME]) 115 REPLACE_CANONICALIZE_FILE_NAME=0; AC_SUBST([REPLACE_CANONICALIZE_FILE_NAME])
116 REPLACE_INITSTATE=0; AC_SUBST([REPLACE_INITSTATE])
113 REPLACE_MALLOC=0; AC_SUBST([REPLACE_MALLOC]) 117 REPLACE_MALLOC=0; AC_SUBST([REPLACE_MALLOC])
114 REPLACE_MBTOWC=0; AC_SUBST([REPLACE_MBTOWC]) 118 REPLACE_MBTOWC=0; AC_SUBST([REPLACE_MBTOWC])
115 REPLACE_MKSTEMP=0; AC_SUBST([REPLACE_MKSTEMP]) 119 REPLACE_MKSTEMP=0; AC_SUBST([REPLACE_MKSTEMP])
@@ -117,10 +121,12 @@ AC_DEFUN([gl_STDLIB_H_DEFAULTS],
117 REPLACE_PTSNAME_R=0; AC_SUBST([REPLACE_PTSNAME_R]) 121 REPLACE_PTSNAME_R=0; AC_SUBST([REPLACE_PTSNAME_R])
118 REPLACE_PUTENV=0; AC_SUBST([REPLACE_PUTENV]) 122 REPLACE_PUTENV=0; AC_SUBST([REPLACE_PUTENV])
119 REPLACE_QSORT_R=0; AC_SUBST([REPLACE_QSORT_R]) 123 REPLACE_QSORT_R=0; AC_SUBST([REPLACE_QSORT_R])
124 REPLACE_RANDOM=0; AC_SUBST([REPLACE_RANDOM])
120 REPLACE_RANDOM_R=0; AC_SUBST([REPLACE_RANDOM_R]) 125 REPLACE_RANDOM_R=0; AC_SUBST([REPLACE_RANDOM_R])
121 REPLACE_REALLOC=0; AC_SUBST([REPLACE_REALLOC]) 126 REPLACE_REALLOC=0; AC_SUBST([REPLACE_REALLOC])
122 REPLACE_REALPATH=0; AC_SUBST([REPLACE_REALPATH]) 127 REPLACE_REALPATH=0; AC_SUBST([REPLACE_REALPATH])
123 REPLACE_SETENV=0; AC_SUBST([REPLACE_SETENV]) 128 REPLACE_SETENV=0; AC_SUBST([REPLACE_SETENV])
129 REPLACE_SETSTATE=0; AC_SUBST([REPLACE_SETSTATE])
124 REPLACE_STRTOD=0; AC_SUBST([REPLACE_STRTOD]) 130 REPLACE_STRTOD=0; AC_SUBST([REPLACE_STRTOD])
125 REPLACE_UNSETENV=0; AC_SUBST([REPLACE_UNSETENV]) 131 REPLACE_UNSETENV=0; AC_SUBST([REPLACE_UNSETENV])
126 REPLACE_WCTOMB=0; AC_SUBST([REPLACE_WCTOMB]) 132 REPLACE_WCTOMB=0; AC_SUBST([REPLACE_WCTOMB])