summaryrefslogtreecommitdiff
path: root/src/time/gmtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/gmtime.c')
-rw-r--r--src/time/gmtime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/gmtime.c b/src/time/gmtime.c
index 637673be..d1660c6f 100644
--- a/src/time/gmtime.c
+++ b/src/time/gmtime.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <time.h>
#include "_assert.h"
#include "_time.h"
@@ -59,3 +61,6 @@ RETURN_FAILURE(CONSTANT(NULL))
RETURN_SUCCESS(a pointer to the converted time)
STDC(1)
*/
+
+
+#endif