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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-19 23:44:31 +0400
committerChristopher Faylor <me@cgf.cx>2005-05-19 23:44:31 +0400
commit071f64d93433fddcd1cb39bcaa1d08e5a8d97c48 (patch)
tree5aaf04e506e8bb6ea5e7e252cb86bc1648ab8b23 /winsup/cygwin/include/endian.h
parent424946e8abac3f77430e50cf8f72f85edcd0f895 (diff)
* include/endian.h: New file.
Diffstat (limited to 'winsup/cygwin/include/endian.h')
-rw-r--r--winsup/cygwin/include/endian.h17
1 files changed, 17 insertions, 0 deletions
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_ */
+