aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/i386/i686
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-25 04:28:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-25 04:28:38 +0000
commit9bf4d6404e8f73c86ec4391fad107840a2e6341d (patch)
tree0c27e5e3c604c7d98279f72d79f68aea737dacff /linuxthreads/sysdeps/i386/i686
parent4ded1f08748b8eb690aeff67ad4f4c4302995d30 (diff)
downloadglibc-9bf4d6404e8f73c86ec4391fad107840a2e6341d.tar
glibc-9bf4d6404e8f73c86ec4391fad107840a2e6341d.tar.gz
glibc-9bf4d6404e8f73c86ec4391fad107840a2e6341d.tar.bz2
glibc-9bf4d6404e8f73c86ec4391fad107840a2e6341d.zip
Update.
2000-04-24 Ulrich Drepper <drepper@redhat.com> * manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF. * sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where necessary. * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h".
Diffstat (limited to 'linuxthreads/sysdeps/i386/i686')
-rw-r--r--linuxthreads/sysdeps/i386/i686/pt-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/i386/i686/pt-machine.h b/linuxthreads/sysdeps/i386/i686/pt-machine.h
index 8d9ea709bc..97fa7113e8 100644
--- a/linuxthreads/sysdeps/i386/i686/pt-machine.h
+++ b/linuxthreads/sysdeps/i386/i686/pt-machine.h
@@ -64,4 +64,4 @@ __compare_and_swap (long int *p, long int oldval, long int newval)
/* Use the LDT implementation only if the kernel is fixed. */
-//#include "../useldt.h"
+#include "../useldt.h"