summaryrefslogtreecommitdiff
path: root/src/arm/Gresume.c
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2017-12-28 08:26:42 -0800
committerDave Watson <davejwatson@fb.com>2017-12-28 08:26:42 -0800
commita1437a3d27924e17d00021df3cc659bd998e8580 (patch)
tree1cf3ed29e4028effadda78422e3f320082c1ac54 /src/arm/Gresume.c
parent29137c6fa9303eedc310a467e508716813174414 (diff)
downloadlibunwind-a1437a3d27924e17d00021df3cc659bd998e8580.tar.gz
Remove PROTECTED visibility
This only works on bfd ld, not lld or gold.
Diffstat (limited to 'src/arm/Gresume.c')
-rw-r--r--src/arm/Gresume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/Gresume.c b/src/arm/Gresume.c
index 9fe264ea..a8288628 100644
--- a/src/arm/Gresume.c
+++ b/src/arm/Gresume.c
@@ -132,7 +132,7 @@ establish_machine_state (struct cursor *c)
}
}
-PROTECTED int
+int
unw_resume (unw_cursor_t *cursor)
{
struct cursor *c = (struct cursor *) cursor;