Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
From: Björn Steinbrink <hidden>
Date: 2006-08-20 20:11:22
Also in:
lkml
From: Björn Steinbrink <hidden>
Date: 2006-08-20 20:11:22
Also in:
lkml
On 2006.08.20 21:50:46 +0200, Arjan van de Ven wrote:
\quoted
Could we rename __syscall_return to IS_SYS_ERR (or whatever) and force kernel syscall users to do the check? That way we could eliminate errnos/users/user/ .. there's one left that should die out soon ;)
Only one in unistd.h, but throughout the kernel there are quite a few unless I'm missing something here: doener@atjola:~/src/kernel/linux-2.6$ grep \ _syscall * -R | \
grep -v define\\\|undef\\\|clobber | wc -l
116 Are these just going to be replaced by calls to sys_whatever? Björn