-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
readythis issue is ready to be worked onthis issue is ready to be worked on
Description
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.
Metadata
Metadata
Assignees
Labels
readythis issue is ready to be worked onthis issue is ready to be worked on