From a1437a3d27924e17d00021df3cc659bd998e8580 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Thu, 28 Dec 2017 08:26:42 -0800 Subject: Remove PROTECTED visibility This only works on bfd ld, not lld or gold. --- src/arm/Gget_proc_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arm/Gget_proc_info.c') diff --git a/src/arm/Gget_proc_info.c b/src/arm/Gget_proc_info.c index acb78a46..4051a107 100644 --- a/src/arm/Gget_proc_info.c +++ b/src/arm/Gget_proc_info.c @@ -24,7 +24,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "unwind_i.h" -PROTECTED int +int unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) { struct cursor *c = (struct cursor *) cursor; -- cgit v1.2.1