endian.h: Remove duplicate words

Reviewed by:	emaste
Pull Request:	https://github.com/freebsd/freebsd-src/pull/920
This commit is contained in:
Jose Luis Duran 2023-12-10 16:35:56 +00:00 committed by Ed Maste
parent 41667b04e5
commit dff3a80f6d

View file

@ -35,9 +35,9 @@
/* /*
* We don't define BIG_ENDI, LITTLE_ENDI, HIGH_HALF and LOW_HALF macros that * 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's endian.h defines since those appear to be internal to glibc.
* glibc. We also don't try to emulate the various helper macros that glibc * We also don't try to emulate the various helper macros that glibc uses to
* uses to limit namespace visibility. * limit namespace visibility.
*/ */
#endif /* _ENDIAN_H_ */ #endif /* _ENDIAN_H_ */