diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-01-29 05:20:37 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-01-29 05:20:37 -0200 |
commit | 0a57b83e4aecdc14c62a5a998288b5b40c799d4d (patch) | |
tree | bc26b257920e4847f1d2a9a332f15f9ad1c6e68c /NEWS | |
parent | feab23972794e4d43da27e9c2c9521511d60d818 (diff) | |
download | glibc-0a57b83e4aecdc14c62a5a998288b5b40c799d4d.zip glibc-0a57b83e4aecdc14c62a5a998288b5b40c799d4d.tar.gz glibc-0a57b83e4aecdc14c62a5a998288b5b40c799d4d.tar.bz2 |
* manual/macros.texi: Introduce macros to document multi
thread, asynchronous signal and asynchronous cancellation
safety properties.
* manual/intro.texi: Introduce the properties themselves.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ Version 2.19 * The _BSD_SOURCE feature test macro no longer enables BSD interfaces that conflict with POSIX. The libbsd-compat library (which was a dummy library that did nothing) has also been removed. + +* Preliminary documentation about Multi-Thread, Async-Signal and + Async-Cancel Safety has been added. Version 2.18 |