> However, Hurd doesn't use linuxthreads, therefore it has no stdio locking at > all. Is this an oversight, intentional, or to-fix-later? Hurd uses the old stdio, which doesn't support locking, not libio. It is on the list to convert to using libio for Hurd, and then the locking will matter.