summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd.rs')
-rw-r--r--src/unistd.rs3
1 files changed, 1 insertions, 2 deletions
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