K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-03-01T05:22:14.000000Z K 7 svn:log V 288 Hide the definition of struct __sFILEX and add the needed lock definitions to it. flockfile state is now allocated along with the rest of FILE. This eliminates the need for a separate allocation of flockfile state as well as eliminating the mutex/lock used to serialize its allocation. END