From b60369154c01d14b883aa92c70b2d9e0bf15aad1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Oct 2000 03:27:46 +0000 Subject: [PATCH] Linux/HPPA specific entry point for profiling. --- sysdeps/unix/sysv/linux/hppa/profil-counter.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/hppa/profil-counter.h diff --git a/sysdeps/unix/sysv/linux/hppa/profil-counter.h b/sysdeps/unix/sysv/linux/hppa/profil-counter.h new file mode 100644 index 0000000..8a6a0bc --- /dev/null +++ b/sysdeps/unix/sysv/linux/hppa/profil-counter.h @@ -0,0 +1,2 @@ +/* We can use the ix86 version. */ +#include -- 2.7.4