summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b1f48381c..43c709937 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 000000000..a54326158
--- /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_ */
+