diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 867d659afb..6ad946454a 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,11 @@ Version 2.21 still be used to compile programs using the GNU C Library. * New locales: tu_IN, bh_IN. + +* The obsolete sigvec function has been removed. This was the original + 4.2BSD interface that inspired the POSIX.1 sigaction interface, which + programs have been using instead for about 25 years. Of course, ABI + compatibility for old binaries using sigvec remains intact. Version 2.20 |