mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
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.
This commit is contained in:
parent
9af3a3fbca
commit
f29ad2a5cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user