summaryrefslogtreecommitdiff
path: root/src/hppa/Ginit_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hppa/Ginit_local.c')
-rw-r--r--src/hppa/Ginit_local.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hppa/Ginit_local.c b/src/hppa/Ginit_local.c
index 5c59f48f..1fdc7716 100644
--- a/src/hppa/Ginit_local.c
+++ b/src/hppa/Ginit_local.c
@@ -28,7 +28,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifdef UNW_REMOTE_ONLY
-PROTECTED int
+int
unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
{
return -UNW_EINVAL;
@@ -51,13 +51,13 @@ unw_init_local_common (unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_i
return common_init (c, use_prev_instr);
}
-PROTECTED int
+int
unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
{
return unw_init_local_common(cursor, uc, 1);
}
-PROTECTED int
+int
unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag)
{
if (!flag)