Re: [PATCH] m32r: Wire up all missing syscalls

2015-06-05 Thread Chen Gang
On 6/6/15 07:39, Chen Gang wrote: > If some of syscalls are not implemented, they will be redirected to > sys_ni_call. > Oh, sorry, sys_ni_call -> sys_ni_syscall. Thanks. -- Chen Gang Open, share, and attitude like air, water, and life which God blessed -- To unsubscribe from this list: send

[PATCH] m32r: Wire up all missing syscalls

2015-06-05 Thread Chen Gang
If some of syscalls are not implemented, they will be redirected to sys_ni_call. The related warnings: :1142:2: warning: #warning syscall timerfd_create not implemented [-Wcpp] :1151:2: warning: #warning syscall timerfd_settime not implemented [-Wcpp] :1154:2: warning: #warning syscall ti