]> git.tuebingen.mpg.de Git - dss.git/commitdiff
str.c: Remove vsnprintf() workaround for old glibc.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 16:12:33 +0000 (17:12 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 19:55:32 +0000 (20:55 +0100)
Since glibc-2.1 was released 16 years ago, the workaround for glibc-2.0
is no longer necessary. Even the example code of printf(3) dropped it.


No differences found