diff options
author | Roland McGrath <roland@redhat.com> | 2009-09-18 13:30:07 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-09-18 13:30:07 -0700 |
commit | 24ab9c769754f92dcc7c63a28009ca01e276fc93 (patch) | |
tree | e8ff49ca7055379600a932e609bd16d362c81286 | |
parent | 7967983fd42380b090a63b53fe57a05e1d1c0b4f (diff) | |
download | glibc-24ab9c769754f92dcc7c63a28009ca01e276fc93.zip glibc-24ab9c769754f92dcc7c63a28009ca01e276fc93.tar.gz glibc-24ab9c769754f92dcc7c63a28009ca01e276fc93.tar.bz2 |
Mention pthread_sigqueue
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |