5 lines
106 B
C
5 lines
106 B
C
|
#include <sysdep.h>
|
||
|
|
||
|
#define INLINE_SETXID_SYSCALL(name, nr, args...) \
|
||
|
INLINE_SYSCALL (name, nr, args)
|