Skip to content

Commit dd5f126

Browse files
committed
Fix value of SYS_syscalls
1 parent e563156 commit dd5f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/android/b64/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,4 @@ pub const SYS_pwritev2: ::c_long = 287;
322322
pub const SYS_pkey_mprotect: ::c_long = 288;
323323
pub const SYS_pkey_alloc: ::c_long = 289;
324324
pub const SYS_pkey_free: ::c_long = 290;
325-
pub const SYS_syscalls: ::c_long = 291;
325+
pub const SYS_syscalls: ::c_long = 292;

0 commit comments

Comments
 (0)