about summary refs log tree commit diff
path: root/nptl/descr.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-15 21:51:20 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-16 08:25:16 +0100
commita198d37ade06c03e8dacc54f861fdd325e04381b (patch)
tree95d3d1de30404c23f6517d97ffd6b6972b56af3b /nptl/descr.h
parente442e40de5646e93bf31ace3e0c5159085a7259b (diff)
downloadglibc-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 'nptl/descr.h')
-rw-r--r--nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
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 <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>