unix-time 0.4.13 → 0.4.14
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- cbits/conv.c +1/−0
- unix-time.cabal +1/−1
cbits/conv.c view
@@ -5,6 +5,7 @@ #define THREAD_SAFE 0 #define _XOPEN_SOURCE #define _DEFAULT_SOURCE+#define _BSD_SOURCE #elif HAVE_STRPTIME_L #define THREAD_SAFE 1 #define _GNU_SOURCE
unix-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: unix-time-version: 0.4.13+version: 0.4.14 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>