]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
authorAndreas Jaeger <aj@suse.de>
Mon, 8 Mar 2004 09:53:49 +0000 (09:53 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 8 Mar 2004 09:53:49 +0000 (09:53 +0000)
dl_osversion is readonly.
2004-03-08  Andreas Jaeger  <aj@suse.de>

* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
dl_osversion is readonly.

linuxthreads/ChangeLog
linuxthreads/sysdeps/i386/tls.h

index 9f11a4054811532caf020f5d992f8ff0a2b2b3df..c891766ce413a2ef1352c72cffa8860b3f5f2c37 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-08  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
+       dl_osversion is readonly.
+
 2004-03-07  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/i386/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
index 2c5d3e0e8c81ba167c9803df2349a50e0dc58e3a..569a897474fba56fa3a33e3b131a3072a8adfaa3 100644 (file)
@@ -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