* include/endian.h: New file.
This commit is contained in:
17
winsup/cygwin/include/endian.h
Normal file
17
winsup/cygwin/include/endian.h
Normal 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_ */
|
||||
|
Reference in New Issue
Block a user