Use _Bool instead of 'unsigned char' for bool type
commit5fe10737a80b01ebf09d74f0b432a6ff607c6aa2
authorJoshua Phillips <jp.sittingduck@gmail.com>
Wed, 4 Feb 2009 20:43:43 +0000 (4 20:43 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Wed, 4 Feb 2009 20:43:43 +0000 (4 20:43 +0000)
tree90e3023c5734454579b4600169c58f366e6024ec
parent6a4b0147f9b821684558084433810613485b5776
Use _Bool instead of 'unsigned char' for bool type

In accordance with the C99 spec, I discovered.
kernel/libc/stdbool.h