From 071f64d93433fddcd1cb39bcaa1d08e5a8d97c48 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 May 2005 19:44:31 +0000 Subject: * include/endian.h: New file. --- winsup/cygwin/include/endian.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 winsup/cygwin/include/endian.h (limited to 'winsup/cygwin/include') 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_ */ + -- cgit v1.2.3