diff --git a/ChangeLog b/ChangeLog index c38971ad23..9c23b7bd95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-02-15 Florian Weimer + + * 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 . + 2019-02-15 Adhemerval Zanella * 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 #include #include -#include "../nptl_db/thread_db.h" +#include #include #include #include diff --git a/nptl_db/proc_service.h b/sysdeps/nptl/proc_service.h similarity index 100% rename from nptl_db/proc_service.h rename to sysdeps/nptl/proc_service.h diff --git a/nptl_db/thread_db.h b/sysdeps/nptl/thread_db.h similarity index 100% rename from nptl_db/thread_db.h rename to sysdeps/nptl/thread_db.h