libc_private.h: use private namespace name for size_t

This is direct commit to stable/14.
This commit is contained in:
Konstantin Belousov 2024-04-30 04:14:02 +03:00
parent 09bcfbd1ae
commit a951992d1e

View file

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