commit | 5f32943b5e9a48bf3269430e1a7a210411e0cc98 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | Sun Oct 12 13:02:13 2014 +0200 |
committer | Richard Weinberger <richard@nod.at> | Sun May 31 13:14:07 2015 +0200 |
tree | fe79cd121b75b25f74d94db19806612ee032fbcc | |
parent | 05eacfd00ccf239a24cfb409b084fa126c2e9468 [diff] |
um/os-Linux: Use char[] for syscall_stub declarations When declaring __syscall_stub_start, use the same type in UML userspace code as in arch/um/include/asm/sections.h. While at it, also declare batch_syscall_stub as char[]. Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Signed-off-by: Richard Weinberger <richard@nod.at>