From 8c7f3794ed0f7ea20ad081b25b45ab4599717743 Mon Sep 17 00:00:00 2001 From: cgf Date: Thu, 19 May 2005 19:44:25 +0000 Subject: [PATCH] * include/endian.h: New file. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/endian.h | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 winsup/cygwin/include/endian.h diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b1f48381cb..43c7099376 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Christopher Faylor + + * include/endian.h: New file. + 2005-05-19 Corinna Vinschen * 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 0000000000..a54326158e --- /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 + +#endif /* _IO_H_ */ + -- 2.11.0