aboutsummaryrefslogtreecommitdiff
path: root/include/xlocale
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-12-16 09:02:09 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-12-16 09:02:09 +0000
commit675079b1ea61b310f3a42cb0d352a49c1780f89a (patch)
tree7d64c951570ee08638e4ab57c24553243d076169 /include/xlocale
parent3ab53b27e318f065bd133bccdf022ec0e994d4d0 (diff)
downloadsrc-675079b1ea61b310f3a42cb0d352a49c1780f89a.tar.gz
src-675079b1ea61b310f3a42cb0d352a49c1780f89a.zip
Notes
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xlocale/_string.h b/include/xlocale/_string.h
index 7fdad7562860..6df9132de171 100644
--- a/include/xlocale/_string.h
+++ b/include/xlocale/_string.h
@@ -46,6 +46,7 @@ typedef struct _xlocale *locale_t;
* POSIX2008 functions
*/
int strcoll_l(const char *, const char *, locale_t);
+char *strerror_l(int num, locale_t);
size_t strxfrm_l(char *, const char *, size_t, locale_t);
#endif /* _XLOCALE_STRING1_H */