Samuel Thibault fa97d2ab5b hurd: Fix accessing errno from rtld
Letting rtld access errno through TLS can not work at early stages since
TLS will not be initialized yet.  When a private errno is not possible,
we thus have no other way than going through __errno_location.

	* include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
	TLS declaration of errno.
2018-03-25 00:48:01 +01:00
..
2016-10-28 22:40:16 -04:00
2018-01-04 18:46:24 +01:00
2018-03-25 00:48:01 +01:00
2017-04-07 07:45:53 -04:00
2018-03-15 19:21:35 +00:00
2017-11-22 22:21:10 +00:00
2018-03-10 09:27:20 -08:00