about summary refs log tree commit diff
path: root/src/rt/rust_env.h
AgeCommit message (Collapse)AuthorLines
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-0/+11
getenv is not threadsafe and (maybe as a result) it's randomly crashing with CFLAGS=-g and RUST_THREADS=32. Calls from rust code are still on their own.