Merge tag 'v0.19.19'

release v0.19.19
This commit is contained in:
Max Kellermann
2016-08-23 10:27:39 +02:00
4 changed files with 19 additions and 8 deletions

View File

@@ -42,7 +42,7 @@
/* well-known big-endian */
# define IS_LITTLE_ENDIAN false
# define IS_BIG_ENDIAN true
#elif defined(__APPLE__)
#elif defined(__APPLE__) || defined(__NetBSD__)
/* compile-time check for MacOS */
# include <machine/endian.h>
# if BYTE_ORDER == LITTLE_ENDIAN