diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/descr.h | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e9beee6..3288bcc 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,7 +1,7 @@ 2002-12-28 Ulrich Drepper <drepper@redhat.com> - * descr.h (struct pthread): Move header.data.list to the back of the - struct. + * descr.h: Include <dl-sysdep.h>. + (struct pthread): Move header.data.list to the back of the struct. * sysdeps/i386/tls.h (tcbhead_t): Move list to the back of the struct. (MULTIPLE_THREADS_OFFSET): Adjust offset. (SYSINFO_OFFSEET): Likewise. diff --git a/nptl/descr.h b/nptl/descr.h index 883078b..3fe04ec 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -29,6 +29,7 @@ #include <list.h> #include <lowlevellock.h> #include <pthreaddef.h> +#include <dl-sysdep.h> #include "../nptl_db/thread_db.h" |