utils/bswap.h define error

Tony Wu tung7970 at gmail.com
Thu Jan 25 03:47:55 UTC 2007


The following lines in utils/bswap.h look awkward to me.

#if !defined(__BYTE_ORDER) && defined(BYTE_ORDER)
#  define __BYTE_ORDER = BYTE_ORDER
#endif

The '=' sign in the #define line seems to be a typo.

Tony



More information about the uClibc mailing list