summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2019-07-03 06:55:51 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2019-07-03 06:55:51 +0000
commit3f3f3a88f222e096f34e750a99337e1c490b7e34 (patch)
tree882ac41c165898980c8705ad4a69ebc7b6a86864 /CHANGES
parent6ae440b73cb0efc7be2dd47278294140c67fa59f (diff)
downloadlibapr-3f3f3a88f222e096f34e750a99337e1c490b7e34.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: http://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]