You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2026. It is now read-only.
Expected Behavior
Libc should be thread safe.
Observed Behavior
Libc is not actually thread safe, because ZestCode does not implement the necessary locking routines: https://github.com/bminor/newlib/blob/master/newlib/libc/misc/lock.c.
Steps to Reproduce
n/a
Environment
n/a
Additional Information
Before this can be fixed, the root cause of #16 needs to be determined.