libc_private.h: use private namespace name for size_t

This is direct commit to stable/13.

(cherry picked from commit a951992d1e)
This commit is contained in:
Konstantin Belousov 2024-04-30 04:14:02 +03:00
parent f0e8600d71
commit 509819691c

View file

@ -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_ */