]> granicus.if.org Git - strace/commit
Drop vsprintf.c
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Jan 2017 13:22:19 +0000 (13:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Jan 2017 13:22:19 +0000 (13:22 +0000)
commit17a2ba84155f0e102bb32bdfd6303ecd584f0250
treed3d9c7f5e6b208fba801210218a0b47ee2d1ee7d
parent297f570c2d9595fb6a3eb50ca07774dcae110e5d
Drop vsprintf.c

Drop custom vfprintf implementation that was disabled by default.
Apparently nobody tests strace with this vfprintf enabled, otherwise
multiple uses of format specifiers not supported by this custom vfprintf
would not left unnoticed.

The GNU C library is not the only libc available, so those who want
faster implementations of libc functions are encouraged to try building
strace with other libc implementations.

* vsprintf.c: Remove.
* Makefile.am (strace_SOURCES): Remove vsprintf.c.
* defs.h (USE_CUSTOM_PRINTF, strace_vfprintf): Remove.
* strace.c (tprintf): Replace strace_vfprintf with vfprintf.
Makefile.am
defs.h
strace.c
vsprintf.c [deleted file]