From 73dd2e05b8d7572cc12f0bf50dbc6cde7d9eda70 Mon Sep 17 00:00:00 2001 From: Mattis Marjak Date: Wed, 2 Dec 2015 20:59:54 +0200 Subject: update libc to 0.2.2 --- src/unistd.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/unistd.rs') diff --git a/src/unistd.rs b/src/unistd.rs index ce755d62..506f0ef9 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -14,8 +14,7 @@ pub use self::linux::*; mod ffi { use libc::{c_char, c_int, size_t}; - pub use libc::{close, read, write, pipe, ftruncate, unlink, setpgid}; - pub use libc::funcs::posix88::unistd::{fork, getegid, geteuid, getgid, getpid, getppid, getuid}; + pub use libc::{fork, close, read, write, pipe, ftruncate, unlink, setpgid, getegid, geteuid, getgid, getpid, getppid, getuid}; extern { // duplicate a file descriptor -- cgit v1.2.3