aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-20 07:39:20 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-20 07:39:20 +0000
commitd63c3a705769aecf8ec9064a47c955f41a2e99a8 (patch)
tree507b51fa3c93baa414e29d3349837d5f0a993f33 /linuxthreads/sysdeps/i386
parent40c90e006d41e460fba83e79dc325c60d63e64f3 (diff)
downloadglibc-d63c3a705769aecf8ec9064a47c955f41a2e99a8.tar
glibc-d63c3a705769aecf8ec9064a47c955f41a2e99a8.tar.gz
glibc-d63c3a705769aecf8ec9064a47c955f41a2e99a8.tar.bz2
glibc-d63c3a705769aecf8ec9064a47c955f41a2e99a8.zip
Update.
2003-04-20 Ulrich Drepper <drepper@redhat.com> * internals.h: Split pthread_functions definition into... * sysdeps/pthread/pthread-functions.h: ...new file. * sysdeps/i386/useldt.h: Include <sysdep.h>.
Diffstat (limited to 'linuxthreads/sysdeps/i386')
-rw-r--r--linuxthreads/sysdeps/i386/useldt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/i386/useldt.h b/linuxthreads/sysdeps/i386/useldt.h
index 0b28a32978..a4d4fd22c8 100644
--- a/linuxthreads/sysdeps/i386/useldt.h
+++ b/linuxthreads/sysdeps/i386/useldt.h
@@ -22,6 +22,7 @@
#ifndef __ASSEMBLER__
#include <stddef.h> /* For offsetof. */
#include <stdlib.h> /* For abort(). */
+#include <sysdep.h>
/* We don't want to include the kernel header. So duplicate the
@@ -307,4 +308,3 @@ extern int __have_no_set_thread_area;
/* Maximum size of the stack if the rlimit is unlimited. */
#define ARCH_STACK_MAX_SIZE 8*1024*1024
#endif
-