From: Jan-Benedict G. <jb...@he...> - 2007-08-11 15:47:42
|
include/asm-vax/unistd.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit e603bb7a08f441a865dcadbd83e5c4bb3d214454 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=e603bb7a08f441a865dcadbd83e5c4bb3d214454 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=e603bb7a08f441a865dcadbd83e5c4bb3d214454 Author: Jan-Benedict Glaw <jb...@jb...> Date: Sat Aug 11 17:47:29 2007 +0200 * ifdef'out the current implementation of your syscall calling macros. IIRC they used to be correct (and may be a help to implement that stuff in some libc.) However, they're no longer used and `errno', where they assign their result to, is gone... |