1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +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)
(cherry picked from commit 4e1deb61ea)
This commit is contained in:
Jose Luis Duran 2023-12-10 16:35:56 +00:00 committed by Ed Maste
parent 6418d08ae4
commit 8e76e04d09

View File

@ -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_ */