summaryrefslogtreecommitdiff
path: root/src/time/gmtime_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/gmtime_s.c')
-rw-r--r--src/time/gmtime_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/gmtime_s.c b/src/time/gmtime_s.c
index 30464211..e8cb6a9c 100644
--- a/src/time/gmtime_s.c
+++ b/src/time/gmtime_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <time.h>
/** convert arithmetic time to borken down time **/
@@ -24,3 +26,6 @@ type(struct tm).
/*
CEXT1(201112)
*/
+
+
+#endif