* include/endian.h: New file.

This commit is contained in:
Christopher Faylor 2005-05-19 19:44:31 +00:00
parent 424946e8ab
commit 071f64d934
2 changed files with 21 additions and 0 deletions

View 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.

View File

@ -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_ */