mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
cc4a41fe55
commit
4f59c71852
3 changed files with 9 additions and 7 deletions
|
@ -27,7 +27,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef __SC_DELOUSE
|
||||
#define __SC_DELOUSE(t,v) ((t)(unsigned long)(v))
|
||||
#define __SC_DELOUSE(t,v) ((__force t)(unsigned long)(v))
|
||||
#endif
|
||||
|
||||
#define COMPAT_SYSCALL_DEFINE0(name) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue