mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Fix last change.
This commit is contained in:
parent
ac4c54f0cc
commit
d6a403f953
@ -33,9 +33,10 @@ confstr (name, buf, len)
|
||||
{
|
||||
const char *string = "";
|
||||
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_V6_LPBIG_OFFBIG"];
|
||||
char restenvs[4 * sizeof "XBS5_LPBIG_OFFBIG"];
|
||||
|
||||
switch (name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user