diff options
Diffstat (limited to 'src/lj_err.c')
-rw-r--r-- | src/lj_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c index c1e8c561..a4c74780 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -264,7 +264,7 @@ LJ_FUNCA int lj_err_unwind_dwarf(int version, _Unwind_Action actions, | |||
264 | } | 264 | } |
265 | 265 | ||
266 | #if LJ_UNWIND_EXT | 266 | #if LJ_UNWIND_EXT |
267 | #if LJ_TARGET_OSX | 267 | #if LJ_TARGET_OSX || defined(__OpenBSD__) |
268 | /* Sorry, no thread safety for OSX. Complain to Apple, not me. */ | 268 | /* Sorry, no thread safety for OSX. Complain to Apple, not me. */ |
269 | static struct _Unwind_Exception static_uex; | 269 | static struct _Unwind_Exception static_uex; |
270 | #else | 270 | #else |