mirror of git://sourceware.org/git/glibc.git
Fix last change.
This commit is contained in:
parent
ac4c54f0cc
commit
d6a403f953
|
|
@ -33,9 +33,10 @@ confstr (name, buf, len)
|
||||||
{
|
{
|
||||||
const char *string = "";
|
const char *string = "";
|
||||||
size_t string_len = 1;
|
size_t string_len = 1;
|
||||||
|
|
||||||
|
/* Note that this buffer must be large enough for the longest strings
|
||||||
|
used below. */
|
||||||
char restenvs[4 * sizeof "POSIX_V7_LPBIG_OFFBIG"];
|
char restenvs[4 * sizeof "POSIX_V7_LPBIG_OFFBIG"];
|
||||||
char restenvs[4 * sizeof "POSIX_V6_LPBIG_OFFBIG"];
|
|
||||||
char restenvs[4 * sizeof "XBS5_LPBIG_OFFBIG"];
|
|
||||||
|
|
||||||
switch (name)
|
switch (name)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue