summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/bits/endian.h')
-rw-r--r--winsup/cygwin/include/bits/endian.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/winsup/cygwin/include/bits/endian.h b/winsup/cygwin/include/bits/endian.h
deleted file mode 100644
index 492932990..000000000
--- a/winsup/cygwin/include/bits/endian.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* bits/endian.h
-
- Copyright 2011 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 _BITS_ENDIAN_H_
-#define _BITS_ENDIAN_H_
-
-#ifndef __BIG_ENDIAN
-# define __BIG_ENDIAN 4321
-#endif
-#ifndef __LITTLE_ENDIAN
-# define __LITTLE_ENDIAN 1234
-#endif
-
-#ifndef __BYTE_ORDER
-# define __BYTE_ORDER __LITTLE_ENDIAN
-#endif
-
-#endif /* _BITS_ENDIAN_H_ */