git: a951992d1eb3 - stable/14 - libc_private.h: use private namespace name for size_t

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 30 Apr 2024 01:15:13 UTC
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_ */