From: Roland McGrath Date: Fri, 18 Sep 2009 20:30:07 +0000 (-0700) Subject: Mention pthread_sigqueue X-Git-Tag: fedora/glibc-2.10.90-23~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ab9c769754f92dcc7c63a28009ca01e276fc93;p=thirdparty%2Fglibc.git Mention pthread_sigqueue --- diff --git a/NEWS b/NEWS index ca52e93b73a..d2ac1aa02b4 100644 --- a/NEWS +++ b/NEWS @@ -7,10 +7,10 @@ using `glibc' in the "product" field. Version 2.11 -* New interfaces: execvpe +* New interfaces: execvpe, pthread_sigqueue Implemented by Ulrich Drepper. -* checking version of longjmp added that fails if an uninitialized stack +* Checking version of longjmp added that fails if an uninitialized stack frame would be created. Implemented by Ulrich Drepper. * STT_GNU_IFUNC is now supported in static executables.