]> git.baikalelectronics.ru Git - kernel.git/commit
Add kvasprintf()
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 30 Apr 2007 22:09:56 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 30 Apr 2007 23:40:40 +0000 (16:40 -0700)
commit9d631978465be654daef83a828cd9369def589b8
tree121137dbd7b323cd5dce71cbb8da8119a642b731
parent09f839d2d485fce127e13cd24719deb3ae9741f2
Add kvasprintf()

Add a kvasprintf() function to complement kasprintf().

No in-tree users yet, but I have some coming up.

[akpm@linux-foundation.org: EXPORT it]
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Keir Fraser <keir@xensource.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
lib/vsprintf.c