fix alignment for _Bool
commit82c77c00f01c8fa2163f9ea388da107bb8c6f7c1
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 25 May 2007 03:57:44 +0000 (25 04:57 +0100)
committerJosh Triplett <josh@freedesktop.org>
Sun, 27 May 2007 00:41:05 +0000 (26 17:41 -0700)
treeba69efc79b26384865e7575ca57875c74e9c7653
parent79c710e888c8e1b35df69df2b49eaad9d7b4eab3
fix alignment for _Bool

_Bool ends up with 0 for alignment, which means that _Bool member in a struct
resets the next field offset to 0.  Should be (at least) 1...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
symbol.c