diff options
| author | Paul Eggert | 2022-09-28 00:29:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2022-09-28 00:37:12 -0700 |
| commit | a9b29ee4a0ffa4878d67eaf518dbeed098844b9e (patch) | |
| tree | bbde8d6eae8b3676bb1d9f74d8ce0f6d7016c834 /lib/string.in.h | |
| parent | c1eb13b32676b288a3ab3826501caf7bcd376b7f (diff) | |
| download | emacs-a9b29ee4a0ffa4878d67eaf518dbeed098844b9e.tar.gz emacs-a9b29ee4a0ffa4878d67eaf518dbeed098844b9e.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/string.in.h')
| -rw-r--r-- | lib/string.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/string.in.h b/lib/string.in.h index 3996da9fcb5..e56f6db0c9c 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -943,7 +943,9 @@ _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) | |||
| 943 | _GL_ARG_NONNULL ((1))); | 943 | _GL_ARG_NONNULL ((1))); |
| 944 | _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); | 944 | _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); |
| 945 | # endif | 945 | # endif |
| 946 | # if __GLIBC__ >= 2 | ||
| 946 | _GL_CXXALIASWARN (mbslen); | 947 | _GL_CXXALIASWARN (mbslen); |
| 948 | # endif | ||
| 947 | #endif | 949 | #endif |
| 948 | 950 | ||
| 949 | #if @GNULIB_MBSNLEN@ | 951 | #if @GNULIB_MBSNLEN@ |