Skip to content

Commit

Permalink
NSS FTBFS on debian kfreebsd architecture with error regarding redefi…
Browse files Browse the repository at this point in the history
…ned methods (htole32, le32toh...)

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1725142
  • Loading branch information
bigon authored and protz committed Aug 24, 2021
1 parent 8d03c65 commit 3e50237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kremlin/lowstar_endianness.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/******************************************************************************/

/* ... for Linux */
#if defined(__linux__) || defined(__CYGWIN__) || defined (__USE_SYSTEM_ENDIAN_H__)
#if defined(__linux__) || defined(__CYGWIN__) || defined (__USE_SYSTEM_ENDIAN_H__) || defined(__GLIBC__)
# include <endian.h>

/* ... for OSX */
Expand Down

0 comments on commit 3e50237

Please sign in to comment.