[CVE-2009-0029] System call wrappers part 14

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Heiko Carstens
2009-01-14 14:14:16 +01:00
parent 6a6160a7b5
commit 3480b25743
6 changed files with 12 additions and 12 deletions

View File

@@ -595,7 +595,7 @@ out:
return 0;
}
asmlinkage long sys_mlockall(int flags)
SYSCALL_DEFINE1(mlockall, int, flags)
{
unsigned long lock_limit;
int ret = -EINVAL;
@@ -623,7 +623,7 @@ out:
return ret;
}
asmlinkage long sys_munlockall(void)
SYSCALL_DEFINE0(munlockall)
{
int ret;