aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-19 19:44:31 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-19 19:44:31 +0000
commit071f64d93433fddcd1cb39bcaa1d08e5a8d97c48 (patch)
tree5aaf04e506e8bb6ea5e7e252cb86bc1648ab8b23 /winsup
parent424946e8abac3f77430e50cf8f72f85edcd0f895 (diff)
downloadnewlib-071f64d93433fddcd1cb39bcaa1d08e5a8d97c48.zip
newlib-071f64d93433fddcd1cb39bcaa1d08e5a8d97c48.tar.gz
newlib-071f64d93433fddcd1cb39bcaa1d08e5a8d97c48.tar.bz2
* include/endian.h: New file.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/endian.h17
2 files changed, 21 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b1f4838..43c7099 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-19 Christopher Faylor <cgf@timesys.com>
+
+ * include/endian.h: New file.
+
2005-05-19 Corinna Vinschen <corinna@vinschen.de>
* cygwin.sc: Add Dwarf-2 debug sections.
diff --git a/winsup/cygwin/include/endian.h b/winsup/cygwin/include/endian.h
new file mode 100644
index 0000000..a543261
--- /dev/null
+++ b/winsup/cygwin/include/endian.h
@@ -0,0 +1,17 @@
+/* io.h
+
+ Copyright 2005 Red Hat, Inc.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
+#ifndef _ENDIAN_H_
+#define _ENDIAN_H_
+
+#include <machine/endian.h>
+
+#endif /* _IO_H_ */
+