From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/iconv.in.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/iconv.in.h') diff --git a/lib/iconv.in.h b/lib/iconv.in.h index 9e41e417..07d22f13 100644 --- a/lib/iconv.in.h +++ b/lib/iconv.in.h @@ -48,7 +48,7 @@ # define iconv_open rpl_iconv_open # endif _GL_FUNCDECL_RPL (iconv_open, iconv_t, - (const char *tocode, const char *fromcode) + (const char *tocode, const char *fromcode), _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (iconv_open, iconv_t, (const char *tocode, const char *fromcode)); @@ -87,7 +87,7 @@ _GL_FUNCDECL_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **restrict inbuf, size_t *restrict inbytesleft, - char **restrict outbuf, size_t *restrict outbytesleft)); + char **restrict outbuf, size_t *restrict outbytesleft), ); _GL_CXXALIAS_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **restrict inbuf, @@ -119,7 +119,7 @@ _GL_WARN_ON_USE (iconv, "iconv is not working correctly everywhere - " # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv_close rpl_iconv_close # endif -_GL_FUNCDECL_RPL (iconv_close, int, (iconv_t cd)); +_GL_FUNCDECL_RPL (iconv_close, int, (iconv_t cd), ); _GL_CXXALIAS_RPL (iconv_close, int, (iconv_t cd)); # else _GL_CXXALIAS_SYS (iconv_close, int, (iconv_t cd)); -- cgit v1.2.3