File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,6 @@ pub const LC_ALL_MASK: ::c_int = ::LC_CTYPE_MASK
481481 | LC_MEASUREMENT_MASK
482482 | LC_IDENTIFICATION_MASK ;
483483
484- pub const MAP_FIXED_NOREPLACE : :: c_int = 0x100000 ;
485484pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
486485
487486pub const SOCK_SEQPACKET : :: c_int = 5 ;
Original file line number Diff line number Diff line change @@ -2310,6 +2310,7 @@ pub const MAP_SHARED_VALIDATE: ::c_int = 0x3;
23102310// include/uapi/asm-generic/mman-common.h
23112311#[ cfg( not( any( target_arch = "mips" , target_arch = "mips64" ) ) ) ]
23122312pub const MAP_SYNC : :: c_int = 0x080000 ;
2313+ pub const MAP_FIXED_NOREPLACE : :: c_int = 0x100000 ;
23132314
23142315// uapi/linux/vm_sockets.h
23152316pub const VMADDR_CID_ANY : :: c_uint = 0xFFFFFFFF ;
You can’t perform that action at this time.
0 commit comments