aboutsummaryrefslogtreecommitdiff
path: root/src/lj_prng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_prng.c')
-rw-r--r--src/lj_prng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_prng.c b/src/lj_prng.c
index 0c4a5cf0..a390662d 100644
--- a/src/lj_prng.c
+++ b/src/lj_prng.c
@@ -121,7 +121,7 @@ static PRGR libfunc_rgr;
121#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 121#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
122#define LJ_TARGET_HAS_GETENTROPY 1 122#define LJ_TARGET_HAS_GETENTROPY 1
123#endif 123#endif
124#elif LJ_TARGET_BSD || LJ_TARGET_SOLARIS || LJ_TARGET_CYGWIN 124#elif (LJ_TARGET_BSD && !defined(__NetBSD__)) || LJ_TARGET_SOLARIS || LJ_TARGET_CYGWIN
125#define LJ_TARGET_HAS_GETENTROPY 1 125#define LJ_TARGET_HAS_GETENTROPY 1
126#endif 126#endif
127 127