diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-08 13:24:56 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-08 13:24:56 -0800 |
commit | 9287adf0895d4cf2f25d34c13c0f47202c01ddd0 (patch) | |
tree | 1a54855bfff2d138f6160fafab6e2e7d109daa43 /nptl_db/Makefile | |
parent | 59ff172f8064757e2302f9b4fb7583ec2841d591 (diff) | |
download | glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.gz glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.bz2 glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.zip |
Add stub sys/procfs.h file
Diffstat (limited to 'nptl_db/Makefile')
-rw-r--r-- | nptl_db/Makefile | 2 |
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 \ |