File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/unix/linux_like/linux/musl/b64/loongarch64 Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ KEYCTL_CAPS0_RESTRICT_KEYRING
1010KEYCTL_CAPS1_NS_KEYRING_NAME
1111KEYCTL_CAPS1_NS_KEY_TAG
1212KEYCTL_MOVE
13- MADV_SOFT_OFFLINE
1413PTRACE_GETFPREGS
1514PTRACE_GETFPXREGS
1615PTRACE_GETREGS
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ BPF_XOR
4848CIBAUD
4949FICLONE
5050FICLONERANGE
51+ MADV_SOFT_OFFLINE
5152MAP_SYNC
5253NFT_MSG_DELOBJ
5354NFT_MSG_GETOBJ
Original file line number Diff line number Diff line change @@ -532,6 +532,8 @@ pub const ENOTRECOVERABLE: c_int = 131;
532532pub const EHWPOISON : c_int = 133 ;
533533pub const ERFKILL : c_int = 132 ;
534534
535+ pub const MADV_SOFT_OFFLINE : c_int = 101 ;
536+
535537pub const SA_ONSTACK : c_int = 0x08000000 ;
536538pub const SA_SIGINFO : c_int = 0x00000004 ;
537539pub const SA_NOCLDWAIT : c_int = 0x00000002 ;
You can’t perform that action at this time.
0 commit comments