[CVE-2009-0029] System call wrappers part 13
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* So by _not_ starting I/O in MS_ASYNC we provide complete flexibility to
|
||||
* applications.
|
||||
*/
|
||||
asmlinkage long sys_msync(unsigned long start, size_t len, int flags)
|
||||
SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags)
|
||||
{
|
||||
unsigned long end;
|
||||
struct mm_struct *mm = current->mm;
|
||||
|
Reference in New Issue
Block a user