src/newlib ChangeLog libc/stdio/fclose.c libc/ ...

jjohnstn@sources.redhat.com jjohnstn@sources.redhat.com
Thu Jan 15 19:12:00 GMT 2004


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2004-01-15 19:12:17

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: fclose.c findfp.c freopen.c vfprintf.c 

Log message:
	2004-01-15  Thomas Pfaff  <tpfaff@gmx.net>
	
	* libc/stdio/fclose.c: Include sys/lock.h.
	(fclose): Destroy lock when file is closed.
	* libc/stdio/findfp.c (__sfp): Initialize file pointers _lock
	member.
	* libc/stdio/freopen.c: Include sys/lock.h.
	(_freopen_r): Destroy lock when file is closed.
	* libc/stdio/vfprintf.c (__sbprintf): Initialize file pointers
	_lock member.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.623&r2=1.624
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/fclose.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/findfp.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/freopen.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.26&r2=1.27



More information about the Newlib-cvs mailing list