]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/endian.h: New file.
authorChristopher Faylor <me@cgf.cx>
Thu, 19 May 2005 19:44:31 +0000 (19:44 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 19 May 2005 19:44:31 +0000 (19:44 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/endian.h [new file with mode: 0644]

index b1f48381cbbf4e2153e9bf15e9d350c9d7d3aaf0..43c7099376e815dd725bbd252b9dd4257362acc6 100644 (file)
@@ -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 (file)
index 0000000..a543261
--- /dev/null
@@ -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_ */
+
This page took 0.036268 seconds and 5 git commands to generate.