Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix: pthread: ensure pthread_key_delete() removes correct key
Previously, `pthread_key_delete()` was only ever deleting key 0 rather than the key corresponding to the provided argument. Signed-off-by: Christopher Friedt <[email protected]>
- Loading branch information