summaryrefslogtreecommitdiff
path: root/src/x86_64/Gos-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/Gos-linux.c')
-rw-r--r--src/x86_64/Gos-linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x86_64/Gos-linux.c b/src/x86_64/Gos-linux.c
index 0a3c2122..ad91a678 100644
--- a/src/x86_64/Gos-linux.c
+++ b/src/x86_64/Gos-linux.c
@@ -76,14 +76,14 @@ tdep_reuse_frame (struct dwarf_cursor *dw, int frame)
? c->frame_info.cfa_reg_offset : 0));
}
-PROTECTED int
+int
unw_is_signal_frame (unw_cursor_t *cursor)
{
struct cursor *c = (struct cursor *) cursor;
return c->sigcontext_format != X86_64_SCF_NONE;
}
-PROTECTED int
+int
unw_handle_signal_frame (unw_cursor_t *cursor)
{
#if UNW_DEBUG /* To silence compiler warnings */