OSDN Git Service

Remove _XOPEN_SOURCE define.
authorrelan <relan@users.noreply.github.com>
Wed, 1 Feb 2012 17:30:16 +0000 (17:30 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:14 +0000 (08:26 +0300)
It looks to be not required for Linux.

libexfat/mount.c

index 3874c3c..db4bc7b 100644 (file)
@@ -18,7 +18,6 @@
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#define _XOPEN_SOURCE /* for tzset() in Linux */
 #include "exfat.h"
 #include <string.h>
 #include <stdlib.h>