localeconv: correct grouping and mon_grouping per C/POSIX

grouping and mon_grouping should be "" in the C locale.

PR:		172215
MFC after:	6 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2019-12-19 17:01:25 +00:00
parent f9f4c60aa7
commit 3bac34907e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355914

View File

@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$");
#include <limits.h>
#include <stddef.h>
static const char nogrouping[] = { CHAR_MAX, '\0' };
static const char nogrouping[] = { '\0' };
/*
* Internal helper used to convert grouping sequences from string