summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Watson <dade.watson@gmail.com>2022-05-22 11:01:39 -0700
committerDave Watson <dade.watson@gmail.com>2022-05-22 11:01:49 -0700
commit1f09d917a4d0da9b3b54f17f669ee0a190dbb14e (patch)
treee9c705ee9319f3b86876b4f44b5907687b750d88 /include
parent5b5af8c51e4fc3edf394546ab7c9910754aa2f30 (diff)
downloadlibunwind-1f09d917a4d0da9b3b54f17f669ee0a190dbb14e.tar.gz
Revert "FreeBSD also uses these structs so do not hide them"
This reverts commit e07b43c02d5cf1ea060c018fdf2e2ad34b7c7d80. See pull #344
Diffstat (limited to 'include')
-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. */