diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-01 20:20:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-07 04:25:54 -0500 |
commit | 45c4f3665aaa63cab148cc9cc96fa07c666c1c38 (patch) | |
tree | d45a98d97c13ce603b233208f0cf37440137fd29 /ChangeLog | |
parent | 48d0341cdd41040714f1e9896efe89d49296bc78 (diff) | |
download | glibc-45c4f3665aaa63cab148cc9cc96fa07c666c1c38.tar.gz glibc-45c4f3665aaa63cab148cc9cc96fa07c666c1c38.tar.xz glibc-45c4f3665aaa63cab148cc9cc96fa07c666c1c38.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7dc2a942a8..67f21816bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-07 Khem Raj <raj.khem@gmail.com> + + * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked + instead of __fxprintf when _LIBC is undefined. + 2016-01-07 Marko Myllynen <myllynen@redhat.com> * catgets/test-gencat.sh: Remove space after shebang. |