Skip to content

Commit

Permalink
Auto merge of rust-lang#723 - ncaracci:master, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 11, 2017
2 parents 916b82d + bb504fd commit 65dac15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/bsd/freebsdlike/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ pub const EOF: ::c_int = -1;
pub const SEEK_SET: ::c_int = 0;
pub const SEEK_CUR: ::c_int = 1;
pub const SEEK_END: ::c_int = 2;
pub const SEEK_DATA: ::c_int = 3;
pub const SEEK_HOLE: ::c_int = 4;
pub const _IOFBF: ::c_int = 0;
pub const _IONBF: ::c_int = 2;
pub const _IOLBF: ::c_int = 1;
Expand Down

0 comments on commit 65dac15

Please sign in to comment.