summaryrefslogtreecommitdiffstats
path: root/gl/uchar.in.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-03-26 12:53:53 +0100
committerGitHub <noreply@github.com>2026-03-26 12:53:53 +0100
commit13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch)
tree3aa7186fe092e42783dc7e981dc39a74ea61c466 /gl/uchar.in.h
parent9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff)
downloadmonitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz
Update/gnulib 2026 03 (#2247)
* Sync with the 202601-stable Gnulib code (4a3650d887) * Ignore more deps stuff in gnulib * Remove autogenerated gnulib files * Ignore more gnulib generated headers
Diffstat (limited to 'gl/uchar.in.h')
-rw-r--r--gl/uchar.in.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gl/uchar.in.h b/gl/uchar.in.h
index 9a65ac37..300f7b5f 100644
--- a/gl/uchar.in.h
+++ b/gl/uchar.in.h
@@ -1,5 +1,5 @@
1/* <uchar.h> substitute - 16-bit and 32-bit wide character types. 1/* <uchar.h> substitute - 16-bit and 32-bit wide character types.
2 Copyright (C) 2019-2025 Free Software Foundation, Inc. 2 Copyright (C) 2019-2026 Free Software Foundation, Inc.
3 3
4 This file is free software: you can redistribute it and/or modify 4 This file is free software: you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as 5 it under the terms of the GNU Lesser General Public License as
@@ -490,7 +490,6 @@ _GL_CXXALIAS_SYS (c32rtomb, size_t, (char *s, char32_t wc, mbstate_t *ps));
490_GL_CXXALIASWARN (c32rtomb); 490_GL_CXXALIASWARN (c32rtomb);
491# endif 491# endif
492#elif defined GNULIB_POSIXCHECK 492#elif defined GNULIB_POSIXCHECK
493# undef c32rtomb
494# if HAVE_RAW_DECL_C32RTOMB 493# if HAVE_RAW_DECL_C32RTOMB
495_GL_WARN_ON_USE (c32rtomb, "c32rtomb is not portable - " 494_GL_WARN_ON_USE (c32rtomb, "c32rtomb is not portable - "
496 "use gnulib module c32rtomb for portability"); 495 "use gnulib module c32rtomb for portability");
@@ -647,7 +646,6 @@ _GL_CXXALIAS_SYS (mbrtoc32, size_t,
647_GL_CXXALIASWARN (mbrtoc32); 646_GL_CXXALIASWARN (mbrtoc32);
648# endif 647# endif
649#elif defined GNULIB_POSIXCHECK 648#elif defined GNULIB_POSIXCHECK
650# undef mbrtoc32
651# if HAVE_RAW_DECL_MBRTOC32 649# if HAVE_RAW_DECL_MBRTOC32
652_GL_WARN_ON_USE (mbrtoc32, "mbrtoc32 is not portable - " 650_GL_WARN_ON_USE (mbrtoc32, "mbrtoc32 is not portable - "
653 "use gnulib module mbrtoc32 for portability"); 651 "use gnulib module mbrtoc32 for portability");
@@ -679,7 +677,6 @@ _GL_CXXALIAS_SYS (mbrtoc16, size_t,
679_GL_CXXALIASWARN (mbrtoc16); 677_GL_CXXALIASWARN (mbrtoc16);
680# endif 678# endif
681#elif defined GNULIB_POSIXCHECK 679#elif defined GNULIB_POSIXCHECK
682# undef mbrtoc16
683# if HAVE_RAW_DECL_MBRTOC16 680# if HAVE_RAW_DECL_MBRTOC16
684_GL_WARN_ON_USE (mbrtoc16, "mbrtoc16 is not portable - " 681_GL_WARN_ON_USE (mbrtoc16, "mbrtoc16 is not portable - "
685 "use gnulib module mbrtoc16 for portability"); 682 "use gnulib module mbrtoc16 for portability");