projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3784f12
)
Include bits/endian.h.
author
drepper
<drepper>
Sat, 21 Jun 1997 02:24:39 +0000
(
02:24
+0000)
committer
drepper
<drepper>
Sat, 21 Jun 1997 02:24:39 +0000
(
02:24
+0000)
string/endian.h
patch
|
blob
|
history
diff --git
a/string/endian.h
b/string/endian.h
index
593b419
..
338c42e
100644
(file)
--- a/
string/endian.h
+++ b/
string/endian.h
@@
-18,6
+18,7
@@
#ifndef _ENDIAN_H
#define _ENDIAN_H 1
+
#include <features.h>
/* Definitions for byte order, according to significance of bytes, from low
@@
-31,7
+32,7
@@
#define __PDP_ENDIAN 3412
/* This file defines `__BYTE_ORDER' for the particular machine. */
-#include <b
ytesex
.h>
+#include <b
its/endian
.h>
#ifdef __USE_BSD
#define LITTLE_ENDIAN __LITTLE_ENDIAN