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
Related to a couple of *_unlocked functions from the list, turns out there are flockfile, ftrylockfile and funlockfile, which treat a FILE as a mutex. No idea, if anyone uses them, but I guess it wouldn't hurt to also consider those for mutual exclusion.
Related to a couple of
*_unlocked
functions from the list, turns out there areflockfile
,ftrylockfile
andfunlockfile
, which treat aFILE
as a mutex. No idea, if anyone uses them, but I guess it wouldn't hurt to also consider those for mutual exclusion.Originally posted by @sim642 in #723 (comment)
The text was updated successfully, but these errors were encountered: