about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/i386/tls.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-08 09:04:02 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-08 09:04:02 +0000
commitb7eb7b0f6d971568ea2d478950bd7ca18ac27d5a (patch)
tree86e7604ad0a302471cd081fd7dcf979e0c2b0f96 /linuxthreads/sysdeps/i386/tls.h
parent48b8e8464b5a0a4c20dca0ffac05541397bfb654 (diff)
downloadglibc-b7eb7b0f6d971568ea2d478950bd7ca18ac27d5a.tar.gz
glibc-b7eb7b0f6d971568ea2d478950bd7ca18ac27d5a.tar.xz
glibc-b7eb7b0f6d971568ea2d478950bd7ca18ac27d5a.zip
Update.
2002-08-08  Ulrich Drepper  <drepper@redhat.com>

	* gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
Diffstat (limited to 'linuxthreads/sysdeps/i386/tls.h')
-rw-r--r--linuxthreads/sysdeps/i386/tls.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h
index a00de6c3d8..03d36de486 100644
--- a/linuxthreads/sysdeps/i386/tls.h
+++ b/linuxthreads/sysdeps/i386/tls.h
@@ -107,14 +107,6 @@ typedef struct
   __builtin_expect (result, 0) != 0 ? -1 : nr * 8 + 7;			      \
 })
 
-#  define TLS_DO_SET_THREAD_AREA(descr)					      \
- INLINE_SYSCALL (set_thread_area, 2, descr, 1);				      \
-  if (__builtin_expect (__seg, 0) == -1)				      \
-    /* Nothing else we can do.  */					      \
-    asm ("hlt");							      \
-  __seg;								      \
-})
-
 #  ifdef __ASSUME_SET_THREAD_AREA_SYSCALL
 #   define TLS_SETUP_GS_SEGMENT(descr) \
   INLINE_SYSCALL (set_thread_area, 2, descr, 1)