X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=libexfat%2Fplatform.h;h=4c5a0df59d42a9b3add8a6a888088a0e9a2aeae9;hp=0e5dc9113ae13c05c5bfaed292cc56544d1e1adf;hb=d99d52ff73deacfe427403765682015d5825799b;hpb=f77812e8b678b8bf620bfbf33882139997ccda34 diff --git a/libexfat/platform.h b/libexfat/platform.h index 0e5dc91..4c5a0df 100644 --- a/libexfat/platform.h +++ b/libexfat/platform.h @@ -4,7 +4,7 @@ same kernel can use different libc implementations. Free exFAT implementation. - Copyright (C) 2010-2014 Andrew Nayenko + Copyright (C) 2010-2016 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ #ifndef PLATFORM_H_INCLUDED #define PLATFORM_H_INCLUDED -#if defined(__GLIBC__) +#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) #include #include