]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/msync.c
signalfd: fill in ssi_int for posix timers and message queues
[karo-tx-linux.git] / mm / msync.c
index 144a7570535d2b57cad3e9abac4618aa9257e29a..9e06d2ebe735c4174917bfac75b0cfc209f965c0 100644 (file)
@@ -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;