summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2004-05-08 17:13:38 +0000
committerAldy Hernandez <aldyh@redhat.com>2004-05-08 17:13:38 +0000
commitb5793c5c8ca501977bf5374c159223c8ac20207d (patch)
tree0ef3af317453d0169df9fdff5110c5b1c60f0ca0 /newlib/libc
parentac3003157b2de7119b72a8bcf4e2e09db51faacc (diff)
downloadcygnal-b5793c5c8ca501977bf5374c159223c8ac20207d.tar.gz
cygnal-b5793c5c8ca501977bf5374c159223c8ac20207d.tar.bz2
cygnal-b5793c5c8ca501977bf5374c159223c8ac20207d.zip
* libc/include/machine/endian.h: Add missing endif.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/machine/endian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/endian.h b/newlib/libc/include/machine/endian.h
index 2c71a2407..c1e85999e 100644
--- a/newlib/libc/include/machine/endian.h
+++ b/newlib/libc/include/machine/endian.h
@@ -15,5 +15,6 @@
#else
#define BYTE_ORDER BIG_ENDIAN
#endif
+#endif
#endif /* __MACHINE_ENDIAN_H__ */