dect
/
linux-2.6
Archived
13
0
Fork 0

arm64: compat for clock_adjtime(2) is miswired

struct timex is different on arm and arm64; adjtimex(2) takes care to
convert, clock_adjtime(2) doesn't...

Signed-off-by: Al Viro <viro@ZenIV.linux.org.uk>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: <stable@vger.kernel.org>
This commit is contained in:
Al Viro 2012-12-05 11:48:56 +00:00 committed by Catalin Marinas
parent cfc5180e5a
commit 18a80376dd
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ __SYSCALL(368, compat_sys_fanotify_mark_wrapper)
__SYSCALL(369, sys_prlimit64)
__SYSCALL(370, sys_name_to_handle_at)
__SYSCALL(371, sys_open_by_handle_at)
__SYSCALL(372, sys_clock_adjtime)
__SYSCALL(372, compat_sys_clock_adjtime)
__SYSCALL(373, sys_syncfs)
#define __NR_compat_syscalls 374