]> xenbits.xensource.com Git - xen.git/commit
add an implentation of asprintf() for xen
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 12 May 2014 10:03:57 +0000 (12:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 May 2014 10:03:57 +0000 (12:03 +0200)
commit780e918a2e54e8b9e63fe154cf060c1949bfb41b
tree8dcb833818da16c7bcac0c2df221bc92709f1d33
parenta0731ccab237495919e1bde33fede65b94ec201a
add an implentation of asprintf() for xen

Also needed to fix vsnprintf() et al so it can be called with a NULL buf
(and zero size, of course).

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/vsprintf.c
xen/include/xen/lib.h
xen/include/xen/stdarg.h