git: 509819691cb8 - stable/13 - libc_private.h: use private namespace name for size_t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 01:16:30 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=509819691cb8d2f62ec9f14fe84928872ceb126e commit 509819691cb8d2f62ec9f14fe84928872ceb126e 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:15:47 +0000 libc_private.h: use private namespace name for size_t This is direct commit to stable/13. (cherry picked from commit a951992d1eb332ed1e97ef6b89ead3f05707adc2) --- 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 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_ */