mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
endian.h: Remove duplicate words
Reviewed by: emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/920
(cherry picked from commit dff3a80f6d
)
This commit is contained in:
parent
a13066579c
commit
4e1deb61ea
@ -35,9 +35,9 @@
|
||||
|
||||
/*
|
||||
* We don't define BIG_ENDI, LITTLE_ENDI, HIGH_HALF and LOW_HALF macros that
|
||||
* glibc's endian.h defines since those appear to be internal to internal to
|
||||
* glibc. We also don't try to emulate the various helper macros that glibc
|
||||
* uses to limit namespace visibility.
|
||||
* glibc's endian.h defines since those appear to be internal to glibc.
|
||||
* We also don't try to emulate the various helper macros that glibc uses to
|
||||
* limit namespace visibility.
|
||||
*/
|
||||
|
||||
#endif /* _ENDIAN_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user