summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 14:00:48 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-01-21 14:00:48 +0000
commit6237dbaa64de8c4473fb3c402f36dbf66e828dd4 (patch)
treeed3f678fe8cea9facf577292fdff0b0742375241
parent5ce1440ae32060bce797f81d60e1e34c8b8b93cb (diff)
downloadlibapr-6237dbaa64de8c4473fb3c402f36dbf66e828dd4.tar.gz
fix bug number on
Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC is supported. PR 48557. (was 46297) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1560015 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 595dc454c..b6da89c3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -190,7 +190,7 @@ Changes for APR 1.4.3
recent GNU tools. [Eric Covener]
*) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
- is supported. PR 46297. [Joe Orton]
+ is supported. PR 48557. [Joe Orton]
*) Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]