diff options
author | Petr Baudis <pasky@ucw.cz> | 2012-04-12 21:00:49 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-04-12 21:00:49 +0200 |
commit | 247c3ede396bf000b6e095e5d2b361aa329fc180 (patch) | |
tree | 7b44875951a3bc3b25fba3cc4647540eda325e0b /ChangeLog | |
parent | 55939d6d451a357b0af1f74c03a003e844170720 (diff) | |
download | glibc-247c3ede396bf000b6e095e5d2b361aa329fc180.tar glibc-247c3ede396bf000b6e095e5d2b361aa329fc180.tar.gz glibc-247c3ede396bf000b6e095e5d2b361aa329fc180.tar.bz2 glibc-247c3ede396bf000b6e095e5d2b361aa329fc180.zip |
Fix description of user provided write function
[BZ #2074]
* stdio.texi (Hook Functions): The user provided writer function
is not allowed to return -1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-04-12 Petr Baudis <pasky@ucw.cz> + + [BZ #2074] + * stdio.texi (Hook Functions): The user provided writer function + is not allowed to return -1. + 2012-04-11 David S. Miller <davem@davemloft.net> * sysdeps/sparc/fpu/libm-test-ulps: Update. |