x86/syscalls: Add syscall entry qualifiers
[sfrench/cifs-2.6.git] / arch / x86 / kernel / asm-offsets_32.c
index abec4c9f1c9703bb7ca35078b4fdb8a820dfc694..fdeb0ce07c166d38c7cdb5639a6e173932450c13 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/lguest.h>
 #include "../../../drivers/lguest/lg.h"
 
-#define __SYSCALL_I386(nr, sym) [nr] = 1,
+#define __SYSCALL_I386(nr, sym, qual) [nr] = 1,
 static char syscalls[] = {
 #include <asm/syscalls_32.h>
 };