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:
committed by
Arjun Shankar
parent
80a5f8b156
commit
cce35a50c1
@@ -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. */
|
||||
|
Reference in New Issue
Block a user