K 10 svn:author V 2 jb K 8 svn:date V 27 1998-04-11T07:40:47.000000Z K 7 svn:log V 372 Add FILE locking stubs for libc. Change the FILE locking to support kernel threads when linked with libpthread (which you haven't see yet). This requires that libc become thread-safe and thread-aware, testing __isthreaded before attempting to do lock/unlock calls. The impact on non-threaded programs is minor. This change works with libc_r, so it's the best compromise. END