From 377ee7307ae7d4b6a5fb46802958518f724ba873 Mon Sep 17 00:00:00 2001
From: Philipp Keller <philipp.keller@gmail.com>
Date: Sun, 25 Sep 2016 13:16:21 +0200
Subject: [PATCH] couldn't get strftime to work, even with help from IRC.
 Removing it now as it's not worth the hassle

---
 src/unix/mod.rs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/unix/mod.rs b/src/unix/mod.rs
index 85ec79a2..bc76f9f4 100644
--- a/src/unix/mod.rs
+++ b/src/unix/mod.rs
@@ -647,9 +647,6 @@ extern {
     pub fn time(time: *mut time_t) -> time_t;
     #[cfg_attr(target_os = "netbsd", link_name = "__locatime50")]
     pub fn localtime(time: *const time_t) -> *mut tm;
-    pub fn strftime(s: *mut ::c_char, maxsize: ::size_t,
-                    format: *const ::c_char,
-                    timeptr: *const tm) -> ::size_t;
 
     #[cfg_attr(target_os = "netbsd", link_name = "__mknod50")]
     pub fn mknod(pathname: *const ::c_char, mode: ::mode_t,
-- 
GitLab