diff options
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/endian.h | 17 |
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_ */ + |