From f29ad2a5cd4f32803adbe9e7100e3c68a8b36b45 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 8 Mar 2004 09:53:49 +0000 Subject: * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK): dl_osversion is readonly. 2004-03-08 Andreas Jaeger * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK): dl_osversion is readonly. --- linuxthreads/sysdeps/i386/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps') diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index 2c5d3e0e8c..569a897474 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -118,7 +118,7 @@ typedef struct # else # include "useldt.h" /* For the structure. */ # define TLS_DO_MODIFY_LDT_KERNEL_CHECK(doit) \ - (__builtin_expect (GL(dl_osversion) < 131939, 0) \ + (__builtin_expect (GLRO(dl_osversion) < 131939, 0) \ ? "kernel too old for thread-local storage support\n" \ : (doit)) # endif -- cgit 1.4.1