diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2009-05-27 18:54:31 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2009-05-27 18:54:31 +0000 |
| commit | 22a91927b343974bacbd5347dbf6b729e46318ff (patch) | |
| tree | 52b24a9db3ac99a8258ab06b1f7848a94be7a9c4 /libexec/rtld-elf | |
| parent | 999da7785991404cf026578373643be24dfd51d3 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf')
| -rw-r--r-- | libexec/rtld-elf/rtld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h index 1d7ffb267f10..2b3b897122ca 100644 --- a/libexec/rtld-elf/rtld.h +++ b/libexec/rtld-elf/rtld.h @@ -231,7 +231,7 @@ typedef struct Struct_Obj_Entry { #define RTLD_MAGIC 0xd550b87a #define RTLD_VERSION 1 -#define RTLD_STATIC_TLS_EXTRA 64 +#define RTLD_STATIC_TLS_EXTRA 128 /* Flags to be passed into symlook_ family of functions. */ #define SYMLOOK_IN_PLT 0x01 /* Lookup for PLT symbol */ |
