From: Chris Metcalf Date: Fri, 25 Jun 2010 18:54:16 +0000 (-0400) Subject: Add wait4() back to the set of syscalls. X-Git-Tag: v2.6.36-rc1~483^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51cae21ee66f77a368428e6bdf75a0c012c9fd7;p=pandora-kernel.git Add wait4() back to the set of syscalls. The initial pass at the generic ABI assumed that wait4() could be easily expressed using waitid(). Although it's true that wait4() can be built on waitid(), it's awkward enough that it makes more sense to continue to include wait4 in the generic syscall ABI. Since there is already a deprecated wait4 in the ABI, this change converts that wait4 into old_wait, and puts wait4 in the next available slot for new supported syscalls, after the platform-specific syscalls at number 260. Signed-off-by: Chris Metcalf Acked-by: Arnd Bergmann --- Reading git-diff-tree failed