Skip to content

- match pthread_getspecific behavior for uninitialized keys

Peter Cai requested to merge p5cai/libfibre:tls-null into master

pthread_getspecific() returns nullptr when the key has not been initialized with a pthread_setspecific(). Match this behavior in libfibre, because this is needed in the Rust port.

Merge request reports