This is the mail archive of the glibc-cvs@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]

libc/libio libioP.h


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.cygnus.com	00/06/07 15:49:51

Modified files:
	libio          : libioP.h 

Log message:
	(_IO_iter_begin, _IO_iter_end, _IO_iter_next, _IO_iter_file,
	_IO_list_lock, _IO_list_unlock, _IO_list_resetlock): New interface for
	iterating global list of streams without accessing the _IO_list_all
	global variable, and for manipulating the lock which protects this
	list.
	(_IO_ITER): New typedef, just an alias for pointer to _IO_FILE.


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