aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c38971a..9c23b7b 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 9c54cbc..4ef33ae 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 4aa52c6..4aa52c6 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 d134aca..d134aca 100644
--- a/nptl_db/thread_db.h
+++ b/sysdeps/nptl/thread_db.h