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 /nptl/Makefile | |
parent | ace4acc8ace692f64051594afe47efb1135b3c29 (diff) | |
download | glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.tar.gz glibc-4e9b5995775c99e029ed4003aaddb88bfbf8e2cd.tar.xz 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 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index e7cfe8bcd4..6af4b37af4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -251,8 +251,7 @@ tests = tst-typesizes \ tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ tst-exit1 tst-exit2 tst-exit3 \ tst-stdio1 tst-stdio2 \ - tst-stack1 tst-stack2 tst-stack3 \ - tst-pthread-getattr tst-pthread-stack-env \ + tst-stack1 tst-stack2 tst-stack3 tst-pthread-getattr \ tst-unload \ tst-dlsym1 \ tst-sysconf \ @@ -442,8 +441,6 @@ tst-cancel7-ARGS = --command "exec $(host-test-program-cmd)" tst-cancelx7-ARGS = $(tst-cancel7-ARGS) tst-umask1-ARGS = $(objpfx)tst-umask1.temp -tst-pthread-stack-env-ENV = GLIBC_PTHREAD_DEFAULT_STACKSIZE=1048576 - $(objpfx)tst-atfork2: $(libdl) $(shared-thread-library) LDFLAGS-tst-atfork2 = -rdynamic tst-atfork2-ENV = MALLOC_TRACE=$(objpfx)tst-atfork2.mtrace |