projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143c288
)
hurd
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 28 Jun 2016 07:38:27 +0000
(07:38 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 28 Jun 2016 07:38:27 +0000
(07:38 +0000)
Gbp-Pq: Name hurd.diff
include/compiler.h
patch
|
blob
|
history
diff --git
a/include/compiler.h
b/include/compiler.h
index 47c296e202d1e97388d3207e4f0c2321831a2f87..39ef11e1f1bc7a24dca12e6614097552c37950e8 100644
(file)
--- a/
include/compiler.h
+++ b/
include/compiler.h
@@
-15,7
+15,7
@@
defined(__sun__) || \
defined(__APPLE__)
# include <inttypes.h>
-#elif defined(__linux__) || defined(__WIN32__) || defined(__MINGW32__)
+#elif defined(__linux__) || defined(__WIN32__) || defined(__MINGW32__)
|| defined(__GLIBC__)
# include <stdint.h>
#endif
@@
-41,7
+41,7
@@
#define O_BINARY 0
#endif
-#if
def __linux__
+#if
defined(__linux__) || defined(__GLIBC__)
# include <endian.h>
# include <byteswap.h>
#elif defined(__MACH__) || defined(__FreeBSD__)