summary refs log tree commit diff
path: root/sysdeps/nacl/profil-counter.h
blob: 9967fae5c3fa9910a7e8c9c144143762c4006bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
/* XXX */

#include <stdlib.h>

static void
__profil_counter (int signr, int code, struct sigcontext *scp)
{
  abort ();
}