[PATCH] Add __private_ss to s390 struct tcbhead.
Andreas Schwab
schwab@suse.de
Wed Jan 13 08:54:00 GMT 2016
Marcin KoÅcielnicki <koriakin@0x04.net> writes:
> diff --git a/sysdeps/s390/nptl/tls.h b/sysdeps/s390/nptl/tls.h
> index 28a2119..0e61154 100644
> --- a/sysdeps/s390/nptl/tls.h
> +++ b/sysdeps/s390/nptl/tls.h
> @@ -53,7 +53,11 @@ typedef struct
> int gscope_flag;
> #ifndef __ASSUME_PRIVATE_FUTEX
> int private_futex;
> +#else
> + int __glibc_reserved1;
> #endif
You can keep the name the same in all cases. This is an internal
header, so no namespace control.
> + /* GCC split stack support. */
> + void *__private_ss;
Similarily, no need for namespace control.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list