This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

stdio locking and Hurd



At present there are two implementations of stdio locking:
sysdeps/generic/lockfile.c which doesn't actually lock anything, and
linuxthreads/lockfile.c which winds up in libpthread.  It makes sense to
lock stdio only when libpthread is in use, so we're fine as far as Linux is
concerned.

However, Hurd doesn't use linuxthreads, therefore it has no stdio locking at
all.  Is this an oversight, intentional, or to-fix-later?

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]