diff options
| author | Paul Eggert | 2020-08-21 12:19:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2020-08-21 12:22:04 -0700 |
| commit | 3e10174fb65f4eb601b1921271bdcf10c933b879 (patch) | |
| tree | 4a0948c61c187fc1f9bbd6b73a9f7957c12b74f4 /lib/string.in.h | |
| parent | 348686b3f318195f4d341206744b8e98470c90f4 (diff) | |
| download | emacs-3e10174fb65f4eb601b1921271bdcf10c933b879.tar.gz emacs-3e10174fb65f4eb601b1921271bdcf10c933b879.zip | |
Update from Gnulib
This incorporates:
2020-08-20 sigabbrev_np: New module
2020-08-20 stdalign: Fix 32-bit test failures clang versions < 8
2020-08-17 careadlinkat: speedup for GCC 10 with GCC_LINT
2020-08-17 Assume autoconf >= 2.64
* build-aux/config.guess, build-aux/config.sub, lib/careadlinkat.c:
* lib/stdalign.in.h, lib/string.in.h, m4/std-gnu11.m4, m4/string_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'lib/string.in.h')
| -rw-r--r-- | lib/string.in.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/string.in.h b/lib/string.in.h index 7d83668f6ec..5134e11289d 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -1045,6 +1045,21 @@ _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " | |||
| 1045 | # endif | 1045 | # endif |
| 1046 | #endif | 1046 | #endif |
| 1047 | 1047 | ||
| 1048 | /* Return an abbreviation string for the signal number SIG. */ | ||
| 1049 | #if @GNULIB_SIGABBREV_NP@ | ||
| 1050 | # if ! @HAVE_SIGABBREV_NP@ | ||
| 1051 | _GL_FUNCDECL_SYS (sigabbrev_np, const char *, (int sig)); | ||
| 1052 | # endif | ||
| 1053 | _GL_CXXALIAS_SYS (sigabbrev_np, const char *, (int sig)); | ||
| 1054 | _GL_CXXALIASWARN (sigabbrev_np); | ||
| 1055 | #elif defined GNULIB_POSIXCHECK | ||
| 1056 | # undef sigabbrev_np | ||
| 1057 | # if HAVE_RAW_DECL_SIGABBREV_NP | ||
| 1058 | _GL_WARN_ON_USE (sigabbrev_np, "sigabbrev_np is unportable - " | ||
| 1059 | "use gnulib module sigabbrev_np for portability"); | ||
| 1060 | # endif | ||
| 1061 | #endif | ||
| 1062 | |||
| 1048 | #if @GNULIB_STRSIGNAL@ | 1063 | #if @GNULIB_STRSIGNAL@ |
| 1049 | # if @REPLACE_STRSIGNAL@ | 1064 | # if @REPLACE_STRSIGNAL@ |
| 1050 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) | 1065 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) |