Skip to content

Commit 28b21dc

Browse files
committed
s390x syscall table update
Source file: arch/s390/kernel/syscalls/syscall.tbl Added many missing syscalls
1 parent 95f3242 commit 28b21dc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/s390x_table.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ _S(176, "rt_sigpending")
156156
_S(177, "rt_sigtimedwait")
157157
_S(178, "rt_sigqueueinfo")
158158
_S(179, "rt_sigsuspend")
159-
_S(180, "pread")
160-
_S(181, "pwrite")
159+
_S(180, "pread64")
160+
_S(181, "pwrite64")
161161
_S(183, "getcwd")
162162
_S(184, "capget")
163163
_S(185, "capset")
@@ -401,4 +401,3 @@ _S(459, "lsm_get_self_attr")
401401
_S(460, "lsm_set_self_attr")
402402
_S(461, "lsm_list_modules")
403403
_S(462, "mseal")
404-

0 commit comments

Comments
 (0)