Change prctl() syscall wrapper to take prctl()'s full set of arguments

The Linux man page documents prctl() as taking upto 5 arguments:

       int prctl(int option, unsigned long arg2, unsigned long arg3,
                 unsigned long arg4, unsigned long arg5);

For example, PR_SET_SECCOMP with SECCOMP_MODE_FILTER takes a third
argument, and so isn't usable without this change.

BUG=none
TEST=none

Review URL: https://codereview.chromium.org/23137020

git-svn-id: http://linux-syscall-support.googlecode.com/svn/trunk/lss@24 829466d3-f3f5-3ae4-62ad-de35cf9bba21
1 file changed
tree: b93787362dbea2f0a28c6c33d233e88c3ab62318
  1. linux_syscall_support.h