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
481
481
| LC_MEASUREMENT_MASK
482
482
| LC_IDENTIFICATION_MASK ;
483
483
484
- pub const MAP_FIXED_NOREPLACE : :: c_int = 0x100000 ;
485
484
pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
486
485
487
486
pub 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;
2310
2310
// include/uapi/asm-generic/mman-common.h
2311
2311
#[ cfg( not( any( target_arch = "mips" , target_arch = "mips64" ) ) ) ]
2312
2312
pub const MAP_SYNC : :: c_int = 0x080000 ;
2313
+ pub const MAP_FIXED_NOREPLACE : :: c_int = 0x100000 ;
2313
2314
2314
2315
// uapi/linux/vm_sockets.h
2315
2316
pub const VMADDR_CID_ANY : :: c_uint = 0xFFFFFFFF ;
You can’t perform that action at this time.
0 commit comments