diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2024-04-30 01:14:02 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-04-30 01:14:52 +0000 |
| commit | a951992d1eb332ed1e97ef6b89ead3f05707adc2 (patch) | |
| tree | 0144466135ed69bcf440dc9ca07dbaf0df688acb /lib/libc/include | |
| parent | 09bcfbd1aede8f7596f14a95fd408aa79a239a9c (diff) | |
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index 22467a211df6..e051961712ec 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -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_ */ |
