Messages in this thread |  | | | Subject | Re: [PATCH 1/5] user_hooks: New user hooks subsystem | | From | Peter Zijlstra <> | | Date | Mon, 30 Jul 2012 18:30:09 +0200 |
| |
On Mon, 2012-07-30 at 11:27 -0400, Steven Rostedt wrote: > I'm curious to what you have against bool in structures?
_Bool as per the C std doesn't have a specified storage. Now IIRC hpa recently said that all GCC versions so far were consistent and used char (a byte) for it, but I might mis-remember.
|  |