Skip to content

Commit

Permalink
linux/musl: Fix multiple definitions of MAP_HUGETLB
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 9, 2023
1 parent 1a612bb commit cdc0fca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/linux_like/linux/musl/b32/powerpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ pub const SIG_UNBLOCK: ::c_int = 0x01;

pub const EXTPROC: ::tcflag_t = 0x10000000;

pub const MAP_HUGETLB: ::c_int = 0x040000;

pub const F_GETLK: ::c_int = 12;
pub const F_GETOWN: ::c_int = 9;
pub const F_SETLK: ::c_int = 13;
Expand Down

0 comments on commit cdc0fca

Please sign in to comment.