[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] tmem: don't assume stdbool.h is included
>>> On 14.03.16 at 21:29, <cardoe@xxxxxxxxxx> wrote: > tmem_xen.h assumes that all users will have already included stdbool.h > which might not always be true. Wait, no - stdbool.h is not supposed to be included in code other than such shared with the tool stack. I see ARM has gained some of those (Julien, Stefano?), but adding more is not acceptable. I.e. the adjustment, if any is needed (as I can't right away see how things would build if there really was such a dependency, and indeed neither .tmem.o.d nor .tmem_xen.o.d list any stdbool.h as dependencies), would be to replace uses of bool, true, and false (of which I can't find any in that header) by their canonical hypervisor variants. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |