diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-03-01 16:18:08 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-03-01 16:18:08 -0500 |
commit | 4e9b5995775c99e029ed4003aaddb88bfbf8e2cd (patch) | |
tree | 971f5f28317f29e5c3547bffff8c8bde28ba71e8 /csu/libc-tls.c | |
parent | ace4acc8ace692f64051594afe47efb1135b3c29 (diff) | |
download | glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.tar glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.tar.gz glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.tar.bz2 glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.zip |
Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
This reverts the change that allows the POSIX Thread default stack size
to be changed by the environment variable
GLIBC_PTHREAD_DEFAULT_STACKSIZE. It has been requested that more
discussion happen before this change goes into 2.18.
Diffstat (limited to 'csu/libc-tls.c')
-rw-r--r-- | csu/libc-tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/libc-tls.c b/csu/libc-tls.c index 4c20bb5531..5fa39eb8d1 100644 --- a/csu/libc-tls.c +++ b/csu/libc-tls.c @@ -243,7 +243,7 @@ _dl_tls_setup (void) not used. */ void __attribute__ ((weak)) -__pthread_initialize_minimal (int argc, char **argv, char **envp) +__pthread_initialize_minimal (void) { __libc_setup_tls (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN); } |