CVSROOT: /cvs/glibc Module name: libc Changes by: drepper@sources.redhat.com 2001-11-28 15:32:59 Modified files: libio : genops.c Log message: (_IO_flush_all_lockp): New function. The same code as the old _IO_flush_all but lock only if parameter is nonzero. (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.