summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libunwind-aarch64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libunwind-aarch64.h b/include/libunwind-aarch64.h
index 60b043ee..3cb01348 100644
--- a/include/libunwind-aarch64.h
+++ b/include/libunwind-aarch64.h
@@ -182,7 +182,7 @@ typedef struct unw_tdep_save_loc
}
unw_tdep_save_loc_t;
-#if defined(__linux__) || defined(__FreeBSD__)
+#ifdef __linux__
/* On AArch64, we can directly use ucontext_t as the unwind context,
* however, the __reserved struct is quite large: tune it down to only
* the necessary used fields. */