diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-29 20:38:38 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-29 20:38:38 +0000 |
commit | 56de83dd3a8de0305ec245a539723fb39f23030d (patch) | |
tree | 9826b5b34b4718998fff5b5f87bc38ab132c184e /CHANGES | |
parent | 9e99f04bd0f476dddcc5d8e79c9d0d57b7762f2c (diff) | |
download | libapr-56de83dd3a8de0305ec245a539723fb39f23030d.tar.gz |
fix a problem with buffered files on unix which was exposed
when we read to the end of the file then seeked back a ways
then did fgets
Submitted by: Brian Havard
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ Changes with APR b1 + *) Fix a problem with buffered files on Unix. [Brian Havard] + *) Fix the bungling of getaddrinfo() error codes. [Jeff Trawick] *) Add an apr_thread_once function to APR. This allows a |