Fix last change.

This commit is contained in:
Roland McGrath 2012-03-25 12:01:29 -07:00
parent ac4c54f0cc
commit d6a403f953
1 changed files with 3 additions and 2 deletions

View File

@ -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)
{