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 + + * 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 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 + +#endif /* _IO_H_ */ +