Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 01:15:13 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a951992d1eb3 - stable/14 - libc_private.h: use private namespace name for size_t
Message-ID:  <202404300115.43U1FDVs064453@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=a951992d1eb332ed1e97ef6b89ead3f05707adc2

commit a951992d1eb332ed1e97ef6b89ead3f05707adc2
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-04-30 01:14:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-04-30 01:14:52 +0000

    libc_private.h: use private namespace name for size_t
    
    This is direct commit to stable/14.
---
 lib/libc/include/libc_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index 22467a211df6..e051961712ec 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -444,7 +444,7 @@ struct __nl_cat_d;
 struct _xlocale;
 struct __nl_cat_d *__catopen_l(const char *name, int type,
 	    struct _xlocale *locale);
-int __strerror_rl(int errnum, char *strerrbuf, size_t buflen,
+int __strerror_rl(int errnum, char *strerrbuf, __size_t buflen,
 	    struct _xlocale *locale);
 
 #endif /* _LIBC_PRIVATE_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404300115.43U1FDVs064453>