Re: [Qemu-devel] [PATCH] futex: add missing header guards

2017-10-14 Thread Philippe Mathieu-Daudé
Cc: trivial On 10/13/2017 06:30 PM, Emilio G. Cota wrote: > The header file was introduced by fbcc3e5 ("qemu-thread: optimize QemuLockCnt > with futexes on Linux", 2017-01-16) without header guards. Add them. > > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > --- > inclu

[Qemu-devel] [PATCH] futex: add missing header guards

2017-10-13 Thread Emilio G. Cota
The header file was introduced by fbcc3e5 ("qemu-thread: optimize QemuLockCnt with futexes on Linux", 2017-01-16) without header guards. Add them. Signed-off-by: Emilio G. Cota --- include/qemu/futex.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/qemu/futex.h b/include/qemu/f