]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/support.h
support: Add xsetlocale function
[thirdparty/glibc.git] / support / support.h
index 9d95ebbea1d063f52af1f1c6ca80edb38d8101b9..b0e25be6b1741effca126dd7c2f6d8e589d73e44 100644 (file)
@@ -81,6 +81,7 @@ char *xasprintf (const char *format, ...)
   __attribute__ ((format (printf, 1, 2), malloc));
 char *xstrdup (const char *);
 char *xstrndup (const char *, size_t);
+char *xsetlocale (int category, const char *locale);
 
 __END_DECLS