aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string.in.h
diff options
context:
space:
mode:
authorPaul Eggert2024-09-17 00:32:39 -0700
committerPaul Eggert2024-09-17 00:35:03 -0700
commit73427887d63c086fb88449dce79bf2f8e58183fa (patch)
treec7727bc8d59a91ca37fe1ea4931742fb6d540496 /lib/string.in.h
parentcbe8683410a117698606b929532d4a3e692729d7 (diff)
downloademacs-73427887d63c086fb88449dce79bf2f8e58183fa.tar.gz
emacs-73427887d63c086fb88449dce79bf2f8e58183fa.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/string.in.h')
-rw-r--r--lib/string.in.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/string.in.h b/lib/string.in.h
index a588e7e2c26..f5a6d8b3267 100644
--- a/lib/string.in.h
+++ b/lib/string.in.h
@@ -213,7 +213,7 @@ _GL_WARN_ON_USE (explicit_bzero, "explicit_bzero is unportable - "
213/* Find the index of the least-significant set bit. */ 213/* Find the index of the least-significant set bit. */
214#if @GNULIB_FFSL@ 214#if @GNULIB_FFSL@
215# if !@HAVE_FFSL@ 215# if !@HAVE_FFSL@
216_GL_FUNCDECL_SYS (ffsl, int, (long int i)); 216_GL_FUNCDECL_SYS (ffsl, int, (long int i), );
217# endif 217# endif
218_GL_CXXALIAS_SYS (ffsl, int, (long int i)); 218_GL_CXXALIAS_SYS (ffsl, int, (long int i));
219_GL_CXXALIASWARN (ffsl); 219_GL_CXXALIASWARN (ffsl);
@@ -231,11 +231,11 @@ _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
231# if !(defined __cplusplus && defined GNULIB_NAMESPACE) 231# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
232# define ffsll rpl_ffsll 232# define ffsll rpl_ffsll
233# endif 233# endif
234_GL_FUNCDECL_RPL (ffsll, int, (long long int i)); 234_GL_FUNCDECL_RPL (ffsll, int, (long long int i), );
235_GL_CXXALIAS_RPL (ffsll, int, (long long int i)); 235_GL_CXXALIAS_RPL (ffsll, int, (long long int i));
236# else 236# else
237# if !@HAVE_FFSLL@ 237# if !@HAVE_FFSLL@
238_GL_FUNCDECL_SYS (ffsll, int, (long long int i)); 238_GL_FUNCDECL_SYS (ffsll, int, (long long int i), );
239# endif 239# endif
240_GL_CXXALIAS_SYS (ffsll, int, (long long int i)); 240_GL_CXXALIAS_SYS (ffsll, int, (long long int i));
241# endif 241# endif
@@ -1308,7 +1308,7 @@ _GL_EXTERN_C char * mbstok_r (char *restrict string, const char *delim,
1308# undef strerror 1308# undef strerror
1309# define strerror rpl_strerror 1309# define strerror rpl_strerror
1310# endif 1310# endif
1311_GL_FUNCDECL_RPL (strerror, char *, (int)); 1311_GL_FUNCDECL_RPL (strerror, char *, (int), );
1312_GL_CXXALIAS_RPL (strerror, char *, (int)); 1312_GL_CXXALIAS_RPL (strerror, char *, (int));
1313# else 1313# else
1314_GL_CXXALIAS_SYS (strerror, char *, (int)); 1314_GL_CXXALIAS_SYS (strerror, char *, (int));
@@ -1359,11 +1359,11 @@ _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - "
1359# undef strerrorname_np 1359# undef strerrorname_np
1360# define strerrorname_np rpl_strerrorname_np 1360# define strerrorname_np rpl_strerrorname_np
1361# endif 1361# endif
1362_GL_FUNCDECL_RPL (strerrorname_np, const char *, (int errnum)); 1362_GL_FUNCDECL_RPL (strerrorname_np, const char *, (int errnum), );
1363_GL_CXXALIAS_RPL (strerrorname_np, const char *, (int errnum)); 1363_GL_CXXALIAS_RPL (strerrorname_np, const char *, (int errnum));
1364# else 1364# else
1365# if !@HAVE_STRERRORNAME_NP@ 1365# if !@HAVE_STRERRORNAME_NP@
1366_GL_FUNCDECL_SYS (strerrorname_np, const char *, (int errnum)); 1366_GL_FUNCDECL_SYS (strerrorname_np, const char *, (int errnum), );
1367# endif 1367# endif
1368_GL_CXXALIAS_SYS (strerrorname_np, const char *, (int errnum)); 1368_GL_CXXALIAS_SYS (strerrorname_np, const char *, (int errnum));
1369# endif 1369# endif
@@ -1379,7 +1379,7 @@ _GL_WARN_ON_USE (strerrorname_np, "strerrorname_np is unportable - "
1379/* Return an abbreviation string for the signal number SIG. */ 1379/* Return an abbreviation string for the signal number SIG. */
1380#if @GNULIB_SIGABBREV_NP@ 1380#if @GNULIB_SIGABBREV_NP@
1381# if ! @HAVE_SIGABBREV_NP@ 1381# if ! @HAVE_SIGABBREV_NP@
1382_GL_FUNCDECL_SYS (sigabbrev_np, const char *, (int sig)); 1382_GL_FUNCDECL_SYS (sigabbrev_np, const char *, (int sig), );
1383# endif 1383# endif
1384_GL_CXXALIAS_SYS (sigabbrev_np, const char *, (int sig)); 1384_GL_CXXALIAS_SYS (sigabbrev_np, const char *, (int sig));
1385_GL_CXXALIASWARN (sigabbrev_np); 1385_GL_CXXALIASWARN (sigabbrev_np);
@@ -1394,7 +1394,7 @@ _GL_WARN_ON_USE (sigabbrev_np, "sigabbrev_np is unportable - "
1394/* Return an English description string for the signal number SIG. */ 1394/* Return an English description string for the signal number SIG. */
1395#if @GNULIB_SIGDESCR_NP@ 1395#if @GNULIB_SIGDESCR_NP@
1396# if ! @HAVE_SIGDESCR_NP@ 1396# if ! @HAVE_SIGDESCR_NP@
1397_GL_FUNCDECL_SYS (sigdescr_np, const char *, (int sig)); 1397_GL_FUNCDECL_SYS (sigdescr_np, const char *, (int sig), );
1398# endif 1398# endif
1399_GL_CXXALIAS_SYS (sigdescr_np, const char *, (int sig)); 1399_GL_CXXALIAS_SYS (sigdescr_np, const char *, (int sig));
1400_GL_CXXALIASWARN (sigdescr_np); 1400_GL_CXXALIASWARN (sigdescr_np);
@@ -1411,11 +1411,11 @@ _GL_WARN_ON_USE (sigdescr_np, "sigdescr_np is unportable - "
1411# if !(defined __cplusplus && defined GNULIB_NAMESPACE) 1411# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
1412# define strsignal rpl_strsignal 1412# define strsignal rpl_strsignal
1413# endif 1413# endif
1414_GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); 1414_GL_FUNCDECL_RPL (strsignal, char *, (int __sig), );
1415_GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); 1415_GL_CXXALIAS_RPL (strsignal, char *, (int __sig));
1416# else 1416# else
1417# if ! @HAVE_DECL_STRSIGNAL@ 1417# if ! @HAVE_DECL_STRSIGNAL@
1418_GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); 1418_GL_FUNCDECL_SYS (strsignal, char *, (int __sig), );
1419# endif 1419# endif
1420/* Need to cast, because on Cygwin 1.5.x systems, the return type is 1420/* Need to cast, because on Cygwin 1.5.x systems, the return type is
1421 'const char *'. */ 1421 'const char *'. */