summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-07-03 06:55:51 +0000
committerJoe Orton <jorton@apache.org>2019-07-03 06:55:51 +0000
commit21048b63928803f3a20685b64018d93db36dc7bc (patch)
tree882ac41c165898980c8705ad4a69ebc7b6a86864 /CHANGES
parent16dec5dc362e0729d0f4853bcb34344998879a6c (diff)
downloadapr-21048b63928803f3a20685b64018d93db36dc7bc.tar.gz
API/ABI change, drop return value of apr_thread_exit() which has
no useful (nor documented) semantic: * include/apr_thread_proc.h (apr_thread_exit): Make void function; mark with gcc noreturn attribute. * threadproc/*/thread.c (apr_thread_exit): Update accordingly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1862446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e181364d..a3711f840 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_thread_exit() is now a void function. [Joe Orton]
+
*) apr_dir_read(): The returned finfo->name field is now duplicated
into the pool for all implementations. [Joe Orton]