From: Carmelo AMOROSO Date: Wed, 1 Sep 2010 01:49:29 +0000 (+0000) Subject: sh: Add syscall entries for non multiplexed socket calls X-Git-Tag: v2.6.37-rc1~136^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459ebb34bd90f1ff12725a17289b7defbc6cd655;p=pandora-kernel.git sh: Add syscall entries for non multiplexed socket calls Linux kernel already has socket syscalls that can be invoked without the multiplexing sys_socketcall wrapper. C library wrappers are ready to use them directly. It needs just to define the missing syscall numbers and provide the related entries into the syscalls table, like sh64 aleady does. Signed-off-by: Francesco Rundo Signed-off-by: Carmelo Amoroso Signed-off-by: Paul Mundt --- Reading git-diff-tree failed