diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 2 | ||||
-rw-r--r-- | linuxthreads/sysdeps/i386/tls.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c243f55..a4ab63c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,7 @@ 2002-02-06 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/tls.h: Include <stddef.h> for size_t. + * sysdeps/i386/tls.h: Define THREAD_DTV. 2002-02-04 Ulrich Drepper <drepper@redhat.com> diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index ed95e21..870832c 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -20,6 +20,8 @@ #ifndef _TLS_H #define _TLS_H +#include <stddef.h> + /* Type for the dtv. */ typedef union dtv { |