locale: Add LC_GLOBAL_LOCALE which is specified by the standard
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b64e9050c4
commit
decf7d0ad9
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@
|
|||
LC_MONETARY_MASK | LC_NUMERIC_MASK | \
|
||||
LC_TIME_MASK | LC_MESSAGES_MASK)
|
||||
|
||||
#define LC_GLOBAL_LOCALE ((locale_t)-1)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue