Skip to content

Commit 95f3242

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/s390_table.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ _S(176, "rt_sigpending")
179179
_S(177, "rt_sigtimedwait")
180180
_S(178, "rt_sigqueueinfo")
181181
_S(179, "rt_sigsuspend")
182-
_S(180, "pread")
183-
_S(181, "pwrite")
182+
_S(180, "pread64")
183+
_S(181, "pwrite64")
184184
_S(182, "chown")
185185
_S(183, "getcwd")
186186
_S(184, "capget")

0 commit comments

Comments
 (0)