diff options
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r-- | fs/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c index d3226eb01..12f7cf489 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -63,7 +63,7 @@ asmlinkage int sys_dup(unsigned int fildes) return dupfd(fildes,0); } -asmlinkage int sys_fcntl(unsigned int fd, unsigned int cmd, unsigned long arg) +asmlinkage long sys_fcntl(unsigned int fd, unsigned int cmd, unsigned long arg) { struct file * filp; struct task_struct *p; |