summaryrefslogtreecommitdiff
path: root/src/x86_64/Gstep.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/x86_64/Gstep.c
parent29137c6fa9303eedc310a467e508716813174414 (diff)
downloadlibunwind-a1437a3d27924e17d00021df3cc659bd998e8580.tar.gz
Remove PROTECTED visibility
This only works on bfd ld, not lld or gold.
Diffstat (limited to 'src/x86_64/Gstep.c')
-rw-r--r--src/x86_64/Gstep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86_64/Gstep.c b/src/x86_64/Gstep.c
index 5af13e0c..0d385f28 100644
--- a/src/x86_64/Gstep.c
+++ b/src/x86_64/Gstep.c
@@ -52,7 +52,7 @@ is_plt_entry (struct dwarf_cursor *c)
return ret;
}
-PROTECTED int
+int
unw_step (unw_cursor_t *cursor)
{
struct cursor *c = (struct cursor *) cursor;