summaryrefslogtreecommitdiff
path: root/gprofng/libcollector/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/profile.c')
-rw-r--r--gprofng/libcollector/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/libcollector/profile.c b/gprofng/libcollector/profile.c
index 996d3f09198..ee9fb7d3b0c 100644
--- a/gprofng/libcollector/profile.c
+++ b/gprofng/libcollector/profile.c
@@ -268,7 +268,7 @@ __collector_ext_profile_handler (siginfo_t *info, ucontext_t *context)
/* assume this case is rare, and accept overhead of creating dummy_uc */
TprintfT (0, "collector_profile_handler: ERROR: got NULL context!\n");
context = &uctxmem;
- getcontext (context); /* initialize dummy context */
+ CALL_UTIL (getcontext) (context); /* initialize dummy context */
SETFUNCTIONCONTEXT (context, &__collector_lost_profile_context);
}
ClockPacket pckt;