This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/libio/bits stdio2.h


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2007-09-15 02:30:25

Modified files:
	libio/bits     : stdio2.h 

Log message:
	(sprintf, snprintf, printf, fprintf): Don't define the macros for C++.
	(vsprintf, vsnprintf, vprintf, vfprintf): Define as
	__extern_always_inline functions for C++.
	
	(sprintf, snprintf, printf, fprintf): When __va_arg_pack is defined,
	implement as __extern_always_inline functions.
	(vsprintf, vsnprintf, vprintf, vfprintf): Define as
	__extern_always_inline functions unconditionally.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/libio/bits/stdio2.h.diff?cvsroot=glibc&r1=1.6&r2=1.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]