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:15:47 +0000
commit509819691cb8d2f62ec9f14fe84928872ceb126e (patch)
tree336d07d52bf2360bac48c2155ef8b2a61fcb4d55
parentf0e8600d71e0a39480bdad08b6237c6d20ab1ae2 (diff)
downloadsrc-509819691cb8d2f62ec9f14fe84928872ceb126e.tar.gz
src-509819691cb8d2f62ec9f14fe84928872ceb126e.zip
libc_private.h: use private namespace name for size_t
This is direct commit to stable/13. (cherry picked from commit a951992d1eb332ed1e97ef6b89ead3f05707adc2)
-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 34aa50d0f12d..b2ad24ff33f2 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -453,7 +453,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_ */