]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/support.h
support: Add xsetlocale function
[thirdparty/glibc.git] / support / support.h
index b162491be6ac08ceb2f13c7c9c423566cef3f9c4..aeb5813c51cd05cd315d41bf8c8171d8b2b45c46 100644 (file)
@@ -91,6 +91,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);
 
 /* These point to the TOP of the source/build tree, not your (or
    support's) subdirectory.  */