Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [nathanw_sa] basesrc/lib/libc/stdio



Module Name:    basesrc
Committed By:   nathanw
Date:           Thu May  2 17:04:56 UTC 2002

Modified Files:
        basesrc/lib/libc/stdio [nathanw_sa]: vfprintf.c vfscanf.c

Log Message:
Remove calls to FLOCKFILE() and FUNLOCKFILE() from vfprintf() and __svfscanf(),
rename those routines to vfprintf_unlocked() and __svfscanf_unlocked(),
and implement vfprintf() and __svfscanf() as small routines that do
FLOCKFILE()/foo_unlocked()/FUNLOCKFILE().


To generate a diff of this commit:
cvs rdiff -r1.35.2.4 -r1.35.2.5 basesrc/lib/libc/stdio/vfprintf.c
cvs rdiff -r1.27.6.3 -r1.27.6.4 basesrc/lib/libc/stdio/vfscanf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index