Skip to content

Commit cdc0fca

Browse files
committed
linux/musl: Fix multiple definitions of MAP_HUGETLB
1 parent 1a612bb commit cdc0fca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/linux_like/linux/musl/b32/powerpc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ pub const SIG_UNBLOCK: ::c_int = 0x01;
380380

381381
pub const EXTPROC: ::tcflag_t = 0x10000000;
382382

383-
pub const MAP_HUGETLB: ::c_int = 0x040000;
384-
385383
pub const F_GETLK: ::c_int = 12;
386384
pub const F_GETOWN: ::c_int = 9;
387385
pub const F_SETLK: ::c_int = 13;

0 commit comments

Comments
 (0)