mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Document r320312 and r321074, cancel-safe support in stdio(3) and
syslog(3). Submitted by: eugen Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
176f3a7b54
commit
578c31159c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=323590
@ -294,7 +294,19 @@
|
||||
<para revision="316040">The &man.kvm.close.3; function has been
|
||||
updated to return the accumulated error from previous
|
||||
&man.close.2; calls.</para>
|
||||
</sect2>
|
||||
|
||||
<para revision="320312">The &man.syslog.3; function has been
|
||||
updated to be more resilent to thread cancellation occurring
|
||||
in supported deferred mode, eliminating possible lockups in
|
||||
multi-threaded applications that often create and cancel
|
||||
threads using the function, such as <filename
|
||||
role="package">net/mpd5</filename>.</para>
|
||||
|
||||
<para revision="321074">The &man.stdio.3; function has been
|
||||
updated to be deferred cancel-safe, eliminating possible
|
||||
lockups in multi-threaded applications using functions such
|
||||
as &man.funopen.3;, &man.fropen.3;, and &man.fwopen.3;.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="userland-abi">
|
||||
<title>ABI Compatibility</title>
|
||||
|
Loading…
Reference in New Issue
Block a user