Skip to content

Commit

Permalink
* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
Browse files Browse the repository at this point in the history
	entry.
  • Loading branch information
Ulrich Drepper committed Jul 29, 2007
1 parent 8f5e140 commit 5b74caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2007-07-28 Ulrich Drepper <drepper@redhat.com>

* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
entry.

[BZ 4858]
* stdio-common/printf_fp.c (___printf_fp): Fix special case of
#.0g and value rounded to 1.0.
Expand Down
3 changes: 3 additions & 0 deletions posix/getconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ static const struct conf vars[] =
#ifdef _SC_LEVEL4_CACHE_ASSOC
{ "LEVEL4_CACHE_ASSOC", _SC_LEVEL4_CACHE_ASSOC, SYSCONF },
#endif
#ifdef _SC_LEVEL4_CACHE_LINESIZE
{ "LEVEL4_CACHE_LINESIZE", _SC_LEVEL4_CACHE_LINESIZE, SYSCONF },
#endif

#ifdef _SC_IPV6
{ "IPV6", _SC_IPV6, SYSCONF },
Expand Down

0 comments on commit 5b74caf

Please sign in to comment.