Skip to content

Commit

Permalink
Auto merge of rust-lang#619 - gdf8gdn8:fixed-missing-epolloneshot-and…
Browse files Browse the repository at this point in the history
…roid, r=alexcrichton

Fixed missing EPOLLONESHOT for android

resolve rust-lang#548
  • Loading branch information
bors committed Jun 15, 2017
2 parents ce955e9 + 519c5ea commit edbc1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/notbsd/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ pub const SA_RESTART: ::c_int = 0x10000000;
pub const SA_NOCLDSTOP: ::c_int = 0x00000001;

pub const EPOLL_CLOEXEC: ::c_int = 0x80000;
pub const EPOLLONESHOT: ::c_int = 0x40000000;

pub const EFD_CLOEXEC: ::c_int = 0x80000;

Expand Down

0 comments on commit edbc1f1

Please sign in to comment.