diff options
Diffstat (limited to 'sysdeps/generic/profil-counter.h')
-rw-r--r-- | sysdeps/generic/profil-counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/profil-counter.h b/sysdeps/generic/profil-counter.h index 4ff9b496cf..52800c8ad1 100644 --- a/sysdeps/generic/profil-counter.h +++ b/sysdeps/generic/profil-counter.h @@ -20,7 +20,7 @@ and the interrupted PC is easily findable in the `struct sigcontext'. */ static void -profil_counter (int signr, int code, struct sigcontext *scp) +__profil_counter (int signr, int code, struct sigcontext *scp) { profil_count ((void *) scp->sc_pc); } |