summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorMattis Marjak <mattis.marjak@defendec.com>2015-12-02 20:59:54 +0200
committerCarl Lerche <me@carllerche.com>2016-01-18 21:29:38 -0800
commit73dd2e05b8d7572cc12f0bf50dbc6cde7d9eda70 (patch)
tree27586deb79b4ac773f4c4e786b4d38cd31d1d2a0 /src/unistd.rs
parentcca7ec20eee12cc85f43c6cee85fba693c25159a (diff)
downloadnix-73dd2e05b8d7572cc12f0bf50dbc6cde7d9eda70.zip
update libc to 0.2.2
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