adelshokhy112 / linux-syscall-support

Automatically exported from code.google.com/p/linux-syscall-support
24 stars 24 forks source link

Compilation error on arm64 #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There seems to be a missing keyword in the arm64 definitions:
linux_syscall_support.h:3937:54: error: unknown type name ‘kernel_sigset_t’
                        unsigned int, n, const struct kernel_timespec *, t,
                                                      ^
linux_syscall_support.h:2497:51: note: in definition of macro ‘_syscall5’
       type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4,     \

The attached patch fixes this.

Original issue reported on code.google.com by amanieu on 1 Aug 2014 at 11:41

Attachments:

GoogleCodeExporter commented 8 years ago
moved to the codereview system:
https://codereview.chromium.org/857593002

Original comment by vapier@chromium.org on 16 Jan 2015 at 1:57

GoogleCodeExporter commented 8 years ago
and now merged !

Original comment by vapier@chromium.org on 16 Jan 2015 at 2:15