K 10 svn:author V 2 jb K 8 svn:date V 27 2004-03-09T02:44:59.000000Z K 7 svn:log V 378 On 4.X it was possible for an application to initialise a local FILE structure and call stdio functions. In 5.X this was broken when FILE locking was introduced into libc. This change makes most (relevant) stdio functions work again when the _extra file in FILE isn't initialised (and can't be without a libc function to do it since the __sFILEX structure is private to libc). END