Move remaining nptl_db headers to sysdeps/nptl
authorFlorian Weimer <fweimer@redhat.com>
Fri, 15 Feb 2019 20:51:20 +0000 (21:51 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 16 Feb 2019 07:25:16 +0000 (08:25 +0100)
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.

ChangeLog
nptl/descr.h
sysdeps/nptl/proc_service.h [moved from nptl_db/proc_service.h with 100% similarity]
sysdeps/nptl/thread_db.h [moved from nptl_db/thread_db.h with 100% similarity]

index c38971a..9c23b7b 100644 (file)
--- 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.
index 9c54cbc..4ef33ae 100644 (file)
@@ -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>
similarity index 100%
rename from nptl_db/thread_db.h
rename to sysdeps/nptl/thread_db.h