Skip to content

Commit

Permalink
Fixed missing epoll one shot
Browse files Browse the repository at this point in the history
  • Loading branch information
gdf8gdn8 authored Jun 15, 2017
1 parent 0bfcd7a commit 519c5ea
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 519c5ea

Please sign in to comment.