From 6c10ae666b6ed02f8e31d17da0ea5eadefa6a66e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 6 May 2013 16:14:10 -0700 Subject: [PATCH] Stub profil. --- sysdeps/nacl/profil.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/nacl/profil.c diff --git a/sysdeps/nacl/profil.c b/sysdeps/nacl/profil.c new file mode 100644 index 00000000000..701d7ad6518 --- /dev/null +++ b/sysdeps/nacl/profil.c @@ -0,0 +1,2 @@ +/* Side-step sysdeps/posix/profil.c, which uses sigaction and setitimer. */ +#include -- 2.47.2