|
@@ -427,12 +427,4 @@ static inline long syscall6(long n, long a1, long a2, long a3, long a4,
|
|
#define __syscall_ioctl(fd,ioc,arg) syscall3(__NR_ioctl, (fd), (ioc), (long)(arg))
|
|
#define __syscall_ioctl(fd,ioc,arg) syscall3(__NR_ioctl, (fd), (ioc), (long)(arg))
|
|
#define __syscall_exit(code) syscall1(__NR_exit, code)
|
|
#define __syscall_exit(code) syscall1(__NR_exit, code)
|