John Baldwin 1e98f88776 Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
__sFILE.  This was supposed to be done in 6.0.  Some notes:
- Where possible I restored the various lines to their pre-__sFILEX state.
- Retire INITEXTRA() and just initialize the wchar bits (orientation and
  mbstate) explicitly instead.  The various places that used INITEXTRA
  didn't need the locking fields or _up initialized.  (Some places needed
  _up to exist and not be off the end of a NULL or garbage pointer, but
  they didn't require it to be initialized to a specific value.)
- For now, stdio.h "knows" that pthread_t is a 'struct pthread *' to
  avoid namespace pollution of including all the pthread types in stdio.h.
  Once we remove all the inlines and make __sFILE private it can go back
  to using pthread_t, etc.
- This does not remove any of the inlines currently and does not change
  any of the public ABI of 'FILE'.

MFC after:	1 month
Reviewed by:	peter
2008-04-17 22:17:54 +00:00
..
2008-03-30 20:07:15 +00:00
2004-02-24 08:09:20 +00:00
2006-05-22 05:57:39 +00:00
2007-06-11 06:25:19 +00:00
2007-06-11 02:21:18 +00:00
2006-03-02 10:01:52 +00:00
2007-06-03 17:20:27 +00:00
2007-06-03 17:20:27 +00:00
2008-04-10 00:12:44 +00:00
2005-01-03 02:56:15 +00:00
2004-06-30 13:55:08 +00:00