summaryrefslogtreecommitdiffstats
path: root/src/c/posix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/posix.rs')
-rw-r--r--src/c/posix.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/c/posix.rs b/src/c/posix.rs
deleted file mode 100644
index 6b63ea7..0000000
--- a/src/c/posix.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-extern "C" {
- pub fn strndup(cs: *const libc::c_char, n: libc::size_t) -> *mut libc::c_char;
-
- // pub static stdin: *mut libc::FILE;
- pub static stdout: *mut libc::FILE;
- pub static stderr: *mut libc::FILE;
-}