aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-20 08:25:06 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-20 08:25:06 +0000
commit2626ed6c9cb5aba9766af934ac4f2568d0e69d9c (patch)
tree01f1cb61af6d4326c40ab00a323ad4cfcc482547 /linuxthreads/ChangeLog
parentd63c3a705769aecf8ec9064a47c955f41a2e99a8 (diff)
downloadglibc-2626ed6c9cb5aba9766af934ac4f2568d0e69d9c.tar.xz
glibc-2626ed6c9cb5aba9766af934ac4f2568d0e69d9c.zip
Update.
* sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the compiler knows we use the ldt_entry variable and that the syscall modifies the memory.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 093cce8e2c..cf59f3cc63 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,9 @@
2003-04-20 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the
+ compiler knows we use the ldt_entry variable and that the syscall
+ modifies the memory.
+
* internals.h: Split pthread_functions definition into...
* sysdeps/pthread/pthread-functions.h: ...new file.