]> sourceware.org Git - glibc.git/commitdiff
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 c38971ad23d6626d0dda9c5b9884a977d89a6d9d..9c23b7bd957cf0c7ffcead14081cdb3718353f18 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 9c54cbc8f2bb0d7cb8ec62d21c70ddbab762a483..4ef33ae4650f29d9988a86d9e6bb12c843c5f669 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
This page took 0.073425 seconds and 5 git commands to generate.