summary refs log tree commit diff
path: root/sysdeps/nacl/profil-counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/profil-counter.h')
-rw-r--r--sysdeps/nacl/profil-counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/profil-counter.h b/sysdeps/nacl/profil-counter.h
index b1d3bb6662..9967fae5c3 100644
--- a/sysdeps/nacl/profil-counter.h
+++ b/sysdeps/nacl/profil-counter.h
@@ -3,7 +3,7 @@
 #include <stdlib.h>
 
 static void
-profil_counter (int signr, int code, struct sigcontext *scp)
+__profil_counter (int signr, int code, struct sigcontext *scp)
 {
   abort ();
 }