summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/syscalls/syscall.tbl
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-10-25 16:59:39 +0200
committerArnd Bergmann <arnd@arndb.de>2019-11-15 14:38:30 +0100
commit4c22ea2b91203564fdf392b3d3cae249b652a8ae (patch)
tree0149546ee2e287ef6ecd227b8a3dcac4725b1a30 /arch/alpha/kernel/syscalls/syscall.tbl
parentc1745f84be2657f5702388133551b759b9237f59 (diff)
y2038: use compat_{get,set}_itimer on alpha
The itimer handling for the old alpha osf_setitimer/osf_getitimer system calls is identical to the compat version of getitimer/setitimer, so just use those directly. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/alpha/kernel/syscalls/syscall.tbl')
-rw-r--r--arch/alpha/kernel/syscalls/syscall.tbl4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/kernel/syscalls/syscall.tbl b/arch/alpha/kernel/syscalls/syscall.tbl
index 728fe028c02c..8e13b0b2928d 100644
--- a/arch/alpha/kernel/syscalls/syscall.tbl
+++ b/arch/alpha/kernel/syscalls/syscall.tbl
@@ -89,10 +89,10 @@
80 common setgroups sys_setgroups
81 common osf_old_getpgrp sys_ni_syscall
82 common setpgrp sys_setpgid
-83 common osf_setitimer sys_osf_setitimer
+83 common osf_setitimer compat_sys_setitimer
84 common osf_old_wait sys_ni_syscall
85 common osf_table sys_ni_syscall
-86 common osf_getitimer sys_osf_getitimer
+86 common osf_getitimer compat_sys_getitimer
87 common gethostname sys_gethostname
88 common sethostname sys_sethostname
89 common getdtablesize sys_getdtablesize