From: Vagrant Cascadian Date: Thu, 22 Dec 2016 04:44:44 +0000 (+0000) Subject: hurd X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a44d6c232247b1cbd21243133a58b5b99af2d38c;p=u-boot.git hurd =================================================================== Gbp-Pq: Name hurd.diff --- diff --git a/include/compiler.h b/include/compiler.h index 65b826e4d..da616179c 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -15,7 +15,7 @@ defined(__sun__) || \ defined(__APPLE__) # include -#elif defined(__linux__) || defined(__WIN32__) || defined(__MINGW32__) || defined(__OpenBSD__) +#elif defined(__linux__) || defined(__WIN32__) || defined(__MINGW32__) || defined(__OpenBSD__) || defined(__GLIBC__) # include #endif @@ -41,7 +41,7 @@ #define O_BINARY 0 #endif -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) # include # include #elif defined(__MACH__) || defined(__FreeBSD__)