summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 16:14:10 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 16:14:10 -0700
commit6c10ae666b6ed02f8e31d17da0ea5eadefa6a66e (patch)
tree9cfb5dccfded8963c481bc843364b6a28689690c
parentbd899d0aaca8ceef7271aa7b5bab39cfc3768ba7 (diff)
downloadglibc-6c10ae666b6ed02f8e31d17da0ea5eadefa6a66e.tar.gz
glibc-6c10ae666b6ed02f8e31d17da0ea5eadefa6a66e.tar.xz
glibc-6c10ae666b6ed02f8e31d17da0ea5eadefa6a66e.zip
Stub profil.
-rw-r--r--sysdeps/nacl/profil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/nacl/profil.c b/sysdeps/nacl/profil.c
new file mode 100644
index 0000000000..701d7ad651
--- /dev/null
+++ b/sysdeps/nacl/profil.c
@@ -0,0 +1,2 @@
+/* Side-step sysdeps/posix/profil.c, which uses sigaction and setitimer.  */
+#include <gmon/profil.c>