Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2004-05-08 21:13:38 +0400
committerAldy Hernandez <aldyh@redhat.com>2004-05-08 21:13:38 +0400
commitb5793c5c8ca501977bf5374c159223c8ac20207d (patch)
tree0ef3af317453d0169df9fdff5110c5b1c60f0ca0 /newlib
parentac3003157b2de7119b72a8bcf4e2e09db51faacc (diff)
* libc/include/machine/endian.h: Add missing endif.
Diffstat (limited to 'newlib')
-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__ */