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
The libc's stdio implementation is not thread-safe. This is a deficiency that has been known since it was first written, and one that is starting to bite us in user reports. Correct this by adding locks to streams.
The text was updated successfully, but these errors were encountered:
The libc's
stdio
implementation is not thread-safe. This is a deficiency that has been known since it was first written, and one that is starting to bite us in user reports. Correct this by adding locks to streams.The text was updated successfully, but these errors were encountered: