]> git.ipfire.org Git - thirdparty/util-linux.git/commit
test_sysinfo: Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE.
authorJosiah Worcester <josiahw@gmail.com>
Wed, 8 Jun 2011 22:52:47 +0000 (16:52 -0600)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jun 2011 11:59:07 +0000 (13:59 +0200)
commit416723f0899d617325da6f2d9f49a368e227fed4
tree8ecc865ec8d65a38480672e2c4524707f71562cf
parenteab0c74daa4f5f77ef524565a228f49465150f88
test_sysinfo: Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE.

Signed-off-by: Josiah Worcester <josiahw@gmail.com>
tests/helpers/test_sysinfo.c