Remove __wur from fwrite, fwrite_unlocked
authorJim Meyering <meyering@redhat.com>
Wed, 11 Apr 2012 19:03:01 +0000 (21:03 +0200)
committerAndreas Jaeger <jaegerandi@gmail.com>
Wed, 11 Apr 2012 19:03:57 +0000 (21:03 +0200)
commit288f9098cb550efe1420f26fc3fc2563bb4ea109
tree517f998dd982159c1c994ef4051dcc2149f27fc8
parent4be2b5700315a99c6828ad314ed3e45ecf1c1527
Remove __wur from fwrite, fwrite_unlocked

        [BZ #11959]
        * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
        It is not necessarily an error to ignore fwrite's return
        value.  One can reliably use ferror to test for errors after
        the fact.
ChangeLog
NEWS
libio/stdio.h