1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

support: Add xsetlocale function

This commit is contained in:
Arjun Shankar
2019-11-11 14:57:23 +01:00
committed by Arjun Shankar
parent 80a5f8b156
commit cce35a50c1
3 changed files with 32 additions and 0 deletions

View 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. */