From b381a388dc1e02223e1ac55948380f1e4427be4c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 3 Aug 2016 16:26:32 +0200 Subject: Update and install proc_service.h [BZ #20311] This adds an include guard and __BEGIN/__END_DECLS to proc_service.h, removes some extraneous "const"s, and then arranges to install the header. The idea here is to make it more convenient to implement the proc_service.h API. --- nptl_db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl_db/Makefile') diff --git a/nptl_db/Makefile b/nptl_db/Makefile index 849a73faa1..bc20440f43 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 sys/procfs.h +headers = proc_service.h 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 \ -- cgit v1.2.1