X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ftimerfd.c;h=6a123b8ff3f5605735255f7ccaf084af547743dd;hb=c468ac29e63b9927275a94379d00b367f0f97c43;hp=c8c14f58b96fa9d025f48100a8e111d5a3e1daf6;hpb=836f92adf121f806e9beb5b6b88bd5c9c4ea3f24;p=~andy%2Flinux diff --git a/fs/timerfd.c b/fs/timerfd.c index c8c14f58b96..6a123b8ff3f 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -265,7 +265,7 @@ SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, return 0; } -asmlinkage long sys_timerfd_gettime(int ufd, struct itimerspec __user *otmr) +SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct itimerspec __user *, otmr) { struct file *file; struct timerfd_ctx *ctx;