Skip to content

Commit f5405e5

Browse files
committed
aarch64 syscall table update - correct naming
Source file: include/uapi/asm-generic/unistd.h
1 parent 28b21dc commit f5405e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/aarch64_table.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ _S(57, "close")
8181
_S(58, "vhangup")
8282
_S(59, "pipe2")
8383
_S(60, "quotactl")
84-
_S(61, "getdents")
84+
_S(61, "getdents64")
8585
_S(62, "lseek")
8686
_S(63, "read")
8787
_S(64, "write")
8888
_S(65, "readv")
8989
_S(66, "writev")
90-
_S(67, "pread")
91-
_S(68, "pwrite")
90+
_S(67, "pread64")
91+
_S(68, "pwrite64")
9292
_S(69, "preadv")
9393
_S(70, "pwritev")
9494
_S(71, "sendfile")

0 commit comments

Comments
 (0)