]> git.lizzy.rs Git - rust.git/commit
Revert "std: adjust requested stack size for thread-local storage."
authorHuon Wilson <dbau.pp+github@gmail.com>
Sun, 5 Jan 2014 23:28:04 +0000 (10:28 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sun, 5 Jan 2014 23:29:24 +0000 (10:29 +1100)
commit9b2a8e1052d6d983715b3168d51927a8e010f6e5
tree4816a3355d33ce5d314017c47d904169306abbbf
parent4bca7fdf9bdd15a7d008d99dc1252d3c9ffd35be
Revert "std: adjust requested stack size for thread-local storage."

This reverts commit f1b5f59287106fc511d29c425255bd343608065c.

Using a private function of a library is a bad idea: several people (on
Linux) were meeting with linking errors because of it (different/older
versions of glibc).
src/libstd/rt/thread.rs
src/test/run-pass/large-thread-local-data.rs [deleted file]