Auto merge of #593 - PlasmaPower:bsd-at-fdcwd, r=alexcrichton

Add AT_FDCWD for FreeBSD
This commit is contained in:
bors 2017-05-16 14:00:25 +00:00
commit a285387a9e

View File

@ -876,6 +876,8 @@ pub const SEM_FAILED: *mut sem_t = 0 as *mut sem_t;
pub const CRTSCTS: ::tcflag_t = 0x00030000; pub const CRTSCTS: ::tcflag_t = 0x00030000;
pub const AT_FDCWD: ::c_int = -100;
f! { f! {
pub fn WIFCONTINUED(status: ::c_int) -> bool { pub fn WIFCONTINUED(status: ::c_int) -> bool {
status == 0x13 status == 0x13