From: relan Date: Wed, 1 Feb 2012 17:30:16 +0000 (+0000) Subject: Remove _XOPEN_SOURCE define. X-Git-Tag: android-x86-6.0-r1~192 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=abb0991b3b18e7395d2b6f6a3e670074a2bc87b3;p=android-x86%2Fexternal-exfat.git Remove _XOPEN_SOURCE define. It looks to be not required for Linux. --- diff --git a/libexfat/mount.c b/libexfat/mount.c index 3874c3c..db4bc7b 100644 --- a/libexfat/mount.c +++ b/libexfat/mount.c @@ -18,7 +18,6 @@ along with this program. If not, see . */ -#define _XOPEN_SOURCE /* for tzset() in Linux */ #include "exfat.h" #include #include