]> git.ipfire.org Git - thirdparty/glibc.git/commit
argp: Use fwrite_unlocked instead of __fxprintf when !_LIBC
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Jan 2016 20:20:26 +0000 (20:20 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Jan 2016 09:25:54 +0000 (04:25 -0500)
commit45c4f3665aaa63cab148cc9cc96fa07c666c1c38
treed45a98d97c13ce603b233208f0cf37440137fd29
parent48d0341cdd41040714f1e9896efe89d49296bc78
argp: Use fwrite_unlocked instead of __fxprintf when !_LIBC

__fxprintf is not available when argp is built outside libc.
gnulib has the same logic already.
ChangeLog
argp/argp-fmtstream.c