This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
libc/libio genops.c
- From: drepper at sourceware dot org
- To: glibc-cvs at sources dot redhat dot com
- Date: 11 Jan 2006 07:54:49 -0000
- Subject: libc/libio genops.c
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sources.redhat.com 2006-01-11 07:54:49
Modified files:
libio : genops.c
Log message:
(_IO_unbuffer_write): Don't always free the buffer. This is not
necessary except in debug mode. If we don't free the buffer but the
FILE structure to a list.
(buffer_free): New function. Free buffers or tell _IO_unbuffer_write to do so.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/libio/genops.c.diff?cvsroot=glibc&r1=1.66&r2=1.67