Date: Tue, 12 Oct 2010 13:13:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/stdio findfp.c local.h snprintf.c vasprintf.c vdprintf.c vfprintf.c vsnprintf.c vsprintf.c vsscanf.c vswprintf.c vswscanf.c xprintf.c Message-ID: <201010121313.o9CDDcKx067831@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2010-10-12 13:13:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
lib/libc/stdio findfp.c local.h snprintf.c vasprintf.c
vdprintf.c vfprintf.c vsnprintf.c
vsprintf.c vsscanf.c vswprintf.c
vswscanf.c xprintf.c
Log:
SVN rev 213720 on 2010-10-12 13:13:20Z by jhb
MFC 205021:
- Use an initializer macro to initialize fields in 'fake' FILE objects used
by *sprintf(), etc.
- Explicitly initialize _fl_mutex to PTHREAD_MUTEX_INITIALIZER for all FILE
objects. This is currently a nop on FreeBSD, but is import for other
platforms (or in the future) where PTHREAD_MUTEX_INITIALIZER is not simply
zero.
Revision Changes Path
1.33.2.2 +3 -2 src/lib/libc/stdio/findfp.c
1.33.2.2 +8 -0 src/lib/libc/stdio/local.h
1.22.2.2 +1 -4 src/lib/libc/stdio/snprintf.c
1.19.2.2 +1 -4 src/lib/libc/stdio/vasprintf.c
1.1.2.2 +1 -3 src/lib/libc/stdio/vdprintf.c
1.90.2.2 +1 -1 src/lib/libc/stdio/vfprintf.c
1.24.2.2 +1 -4 src/lib/libc/stdio/vsnprintf.c
1.16.2.2 +1 -4 src/lib/libc/stdio/vsprintf.c
1.14.2.3 +1 -6 src/lib/libc/stdio/vsscanf.c
1.7.2.2 +1 -4 src/lib/libc/stdio/vswprintf.c
1.6.2.2 +1 -6 src/lib/libc/stdio/vswscanf.c
1.8.2.2 +2 -1 src/lib/libc/stdio/xprintf.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010121313.o9CDDcKx067831>
