about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-15 21:51:20 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-16 08:25:16 +0100
commita198d37ade06c03e8dacc54f861fdd325e04381b (patch)
tree95d3d1de30404c23f6517d97ffd6b6972b56af3b
parente442e40de5646e93bf31ace3e0c5159085a7259b (diff)
downloadglibc-a198d37ade06c03e8dacc54f861fdd325e04381b.tar.gz
glibc-a198d37ade06c03e8dacc54f861fdd325e04381b.tar.xz
glibc-a198d37ade06c03e8dacc54f861fdd325e04381b.zip
Move remaining nptl_db headers to sysdeps/nptl
sys/procfs.h was already using this sysdeps directory.

This avoids the need for  nptl-specific wrapper headers under
include/, a generic location in the source tree.
-rw-r--r--ChangeLog8
-rw-r--r--nptl/descr.h2
-rw-r--r--sysdeps/nptl/proc_service.h (renamed from nptl_db/proc_service.h)0
-rw-r--r--sysdeps/nptl/thread_db.h (renamed from nptl_db/thread_db.h)0
4 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c38971ad23..9c23b7bd95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-02-15  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl_db/proc_service.h: Move to ...
+	* sysdeps/nptl/proc_service.h: ... here.
+	* nptl_db/thread_db.h: Move to ...
+	* sysdeps/nptl/thread_db.h: ... here.
+	* nptl/descr.h: Include <thread_db.h>.
+
 2019-02-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* io/Makefile (tests): Add tst-lockf.
diff --git a/nptl/descr.h b/nptl/descr.h
index 9c54cbc8f2..4ef33ae465 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -29,7 +29,7 @@
 #include <lowlevellock.h>
 #include <pthreaddef.h>
 #include <dl-sysdep.h>
-#include "../nptl_db/thread_db.h"
+#include <thread_db.h>
 #include <tls.h>
 #include <unwind.h>
 #include <bits/types/res_state.h>
diff --git a/nptl_db/proc_service.h b/sysdeps/nptl/proc_service.h
index 4aa52c6390..4aa52c6390 100644
--- a/nptl_db/proc_service.h
+++ b/sysdeps/nptl/proc_service.h
diff --git a/nptl_db/thread_db.h b/sysdeps/nptl/thread_db.h
index d134acaa24..d134acaa24 100644
--- a/nptl_db/thread_db.h
+++ b/sysdeps/nptl/thread_db.h