Bit-fields have to have type _Bool, signed int, or unsigned int.
authorMatthias Hopf <mhopf@suse.de>
Tue, 23 Oct 2007 13:19:36 +0000 (15:19 +0200)
committerMatthias Hopf <mhopf@suse.de>
Tue, 23 Oct 2007 13:19:36 +0000 (15:19 +0200)
commite392082abb5696c8837224da86cc0af4f21d7010
tree7065ffca60a29fd6d98f3c1ee504676af674aeef
parent5b9ca552a17de37bbac84f0cf5b4430d108e576c
Bit-fields have to have type _Bool, signed int, or unsigned int.

ISO/IEC 9899:1999 (E), 6.7.2.1 Structure and union specifiers, (4).
_Bool is only supported for C99 and up, and 1-bit signed types don't make
sense -> unsigned int.
include/pciaccess.h