aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-04-30 01:14:02 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-04-30 01:14:52 +0000
commita951992d1eb332ed1e97ef6b89ead3f05707adc2 (patch)
tree0144466135ed69bcf440dc9ca07dbaf0df688acb
parent09bcfbd1aede8f7596f14a95fd408aa79a239a9c (diff)
downloadsrc-a951992d1eb332ed1e97ef6b89ead3f05707adc2.tar.gz
src-a951992d1eb332ed1e97ef6b89ead3f05707adc2.zip
libc_private.h: use private namespace name for size_t
This is direct commit to stable/14.
-rw-r--r--lib/libc/include/libc_private.h2
1 files changed, 1 insertions, 1 deletions
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_ */