mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libc_private.h: use private namespace name for size_t
This is direct commit to stable/14.
This commit is contained in:
parent
09bcfbd1ae
commit
a951992d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue