mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
2003-03-21 Jakub Jelinek <jakub@redhat.com>
* sysdeps/i386/tls.h [__ASSUME_SET_THREAD_AREA_SYSCALL] (TLS_SETUP_GS_SEGMENT): Fix a typo.
This commit is contained in:
parent
ee7b703635
commit
471b93a850
@ -171,7 +171,7 @@ TLS_DO_MODIFY_LDT_KERNEL_CHECK( \
|
||||
|
||||
# ifdef __ASSUME_SET_THREAD_AREA_SYSCALL
|
||||
# define TLS_SETUP_GS_SEGMENT(descr, secondcall) \
|
||||
(TLS_DO_SET_THREAD_AREA (descr, firstcall) \
|
||||
(TLS_DO_SET_THREAD_AREA (descr, secondcall) \
|
||||
? "set_thread_area failed when setting up thread-local storage" : NULL)
|
||||
# elif defined __NR_set_thread_area
|
||||
# define TLS_SETUP_GS_SEGMENT(descr, secondcall) \
|
||||
|
Loading…
Reference in New Issue
Block a user