diff options
Diffstat (limited to 'vdso/syscalls.h')
-rw-r--r-- | vdso/syscalls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdso/syscalls.h b/vdso/syscalls.h index f630ae563..0c6a922a0 100644 --- a/vdso/syscalls.h +++ b/vdso/syscalls.h @@ -26,8 +26,8 @@ #include <stddef.h> #include <sys/types.h> -#define __stringify_1(x...) #x -#define __stringify(x...) __stringify_1(x) +#define __stringify_1(x...) #x +#define __stringify(x...) __stringify_1(x) namespace vdso { |