From: Ingo Molnar Date: Tue, 20 Feb 2007 09:19:41 +0000 (+0100) Subject: fio: syslet.h build fix X-Git-Tag: fio-1.12~59 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ad18c1ecc367c55e4d10acb05790be2c946053e2;ds=sidebyside fio: syslet.h build fix update syslet.h to build fine even if __user is not defined. Signed-off-by: Ingo Molnar --- diff --git a/syslet.h b/syslet.h index 85f0ebc6..d89abd44 100644 --- a/syslet.h +++ b/syslet.h @@ -10,6 +10,10 @@ * User-space API/ABI definitions: */ +#ifndef __user +# define __user +#endif + /* * This is the 'Syslet Atom' - the basic unit of execution * within the syslet framework. A syslet always represents