Skip to content
Snippets Groups Projects
Commit 85e2738f authored by Lee Bousfield's avatar Lee Bousfield
Browse files

Add AT_FDCWD for FreeBSD

parent 19f3be36
No related branches found
No related tags found
No related merge requests found
......@@ -876,6 +876,8 @@ pub const SEM_FAILED: *mut sem_t = 0 as *mut sem_t;
pub const CRTSCTS: ::tcflag_t = 0x00030000;
pub const AT_FDCWD: ::c_int = -100;
f! {
pub fn WIFCONTINUED(status: ::c_int) -> bool {
status == 0x13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment