aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-08 13:24:56 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-08 13:24:56 -0800
commit9287adf0895d4cf2f25d34c13c0f47202c01ddd0 (patch)
tree1a54855bfff2d138f6160fafab6e2e7d109daa43 /nptl_db
parentNPTL: Refactor cpu_set_t validation to be sysdeps-controlled (diff)
downloadglibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.gz
glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.bz2
glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.zip
Add stub sys/procfs.h file
Diffstat (limited to 'nptl_db')
-rw-r--r--nptl_db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/Makefile b/nptl_db/Makefile
index 2abbd8b10f..b67242ccef 100644
--- a/nptl_db/Makefile
+++ b/nptl_db/Makefile
@@ -26,7 +26,7 @@ nptl_db-version = 1.0
extra-libs = libthread_db
extra-libs-others := $(extra-libs)
-headers = thread_db.h
+headers = thread_db.h sys/procfs.h
libthread_db-routines = td_init td_log td_ta_new td_ta_delete \
td_ta_get_nthreads td_ta_get_ph \