Files
swift-mirror/stdlib/public/stubs/ThreadLocalStorage.cpp
Saleem Abdulrasool 40da65a43f runtime: correct _stdlib_thread_key_create
The mapping of the return value of the `FlsAlloc` was flipped resulting
in the failure of the TLS key creation.  The test suite would fail to
generate the TLS key resulting in failures.
2018-12-23 10:02:49 -08:00

2.8 KiB