diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-15 21:51:20 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-16 08:25:16 +0100 |
commit | a198d37ade06c03e8dacc54f861fdd325e04381b (patch) | |
tree | 95d3d1de30404c23f6517d97ffd6b6972b56af3b /ChangeLog | |
parent | e442e40de5646e93bf31ace3e0c5159085a7259b (diff) | |
download | glibc-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 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. |