]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - libexfat/platform.h
Imported Upstream version 1.2.1
[sven/exfat-utils.git] / libexfat / platform.h
index 0e5dc9113ae13c05c5bfaed292cc56544d1e1adf..eaa92f8d904b17b175c66f058c58a418a2a9d6d1 100644 (file)
@@ -4,7 +4,7 @@
        same kernel can use different libc implementations.
 
        Free exFAT implementation.
-       Copyright (C) 2010-2014  Andrew Nayenko
+       Copyright (C) 2010-2015  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__)
 
 #include <endian.h>
 #include <byteswap.h>