diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-05-14 21:35:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-05-14 22:55:51 +0200 |
commit | 04b261bdc13afd1f7644c756a23df3d43d400fa4 (patch) | |
tree | 760758002560f45d40b8b7d7f2ee377eda509516 /NEWS | |
parent | 6807f47b81bcae3874277f5480683ebeb7dfcf89 (diff) | |
download | glibc-04b261bdc13afd1f7644c756a23df3d43d400fa4.tar glibc-04b261bdc13afd1f7644c756a23df3d43d400fa4.tar.gz glibc-04b261bdc13afd1f7644c756a23df3d43d400fa4.tar.bz2 glibc-04b261bdc13afd1f7644c756a23df3d43d400fa4.zip |
Linux: Add the tgkill function
The tgkill function is sometimes used in crash handlers.
<bits/signal_ext.h> follows the same approach as <bits/unistd_ext.h>
(which was added for the gettid system call wrapper).
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Major new features: twalk function, but it passes an additional caller-supplied argument to the callback function. -* On Linux, the gettid function has been added. +* On Linux, the gettid and tgkill functions have been added. * Minguo (Republic of China) calendar support has been added as an alternative calendar for the following locales: zh_TW, cmn_TW, hak_TW, |