4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 02:50:25 +08:00

* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,

pthread_attr_setstack, pthread_attr_setstackaddr and
	pthread_attr_setguardsize.
This commit is contained in:
Corinna Vinschen 2011-05-15 18:51:49 +00:00
parent aaded2f90e
commit 7afc14c003
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-05-15 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,
pthread_attr_setstack, pthread_attr_setstackaddr and
pthread_attr_setguardsize.
2011-05-10 Corinna Vinschen <corinna@vinschen.de>
* cygwinenv.sgml: Move "forkchunk:xxx" to the removed options section.

View File

@ -40,8 +40,9 @@ as well as the version of GCC used when compiling.
<listitem><para>
Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist,
pthread_attr_getstack, pthread_attr_getstackaddr, pthread_getattr_np,
pthread_setschedprio, sysinfo.
pthread_attr_getstack, pthread_attr_getstackaddr, pthread_attr_getguardsize,
pthread_attr_setstack, pthread_attr_setstackaddr, pthread_attr_setguardsize,
pthread_getattr_np, pthread_setschedprio, sysinfo.
</para></listitem>
</itemizedlist>