mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
alpha: Define TLS_DTV_UNALLOCATED.
This commit is contained in:
parent
fe7b738e7a
commit
6aa8bd8cd1
@ -1,5 +1,7 @@
|
||||
2012-02-08 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/configure.in: New file.
|
||||
* sysdeps/unix/sysv/linux/alpha/configure: Build.
|
||||
* sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
|
||||
|
@ -25,5 +25,7 @@ typedef struct
|
||||
unsigned long int ti_offset;
|
||||
} tls_index;
|
||||
|
||||
|
||||
extern void *__tls_get_addr (tls_index *ti);
|
||||
|
||||
/* Value used for dtv entries for which the allocation is delayed. */
|
||||
#define TLS_DTV_UNALLOCATED ((void *) -1l)
|
||||
|
Loading…
Reference in New Issue
Block a user