This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sysdeps/i386/useldt.h question


Hi!

Why has been '&& defined HAVE_TLS_SUPPORT'
added to set_thread_area init stuff?
I don't think it has to do anything with TLS support, you want
set_thread_area whenever it is available.
Furthermore, FREE_THREAD is not keyed from HAVE_TLS_SUPPORT,
so you might end up e.g. not freeing LDT at thread end.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]