diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-14 10:52:16 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-14 11:06:08 -0800 |
commit | 0781a7772ae1385fe8d7a734fdb35df81b1e6590 (patch) | |
tree | 5bd1a08fd612e0abe66455159940e22a15650fe0 /NEWS | |
parent | 5ae4fe60e68a6698afadbec00481be96096e3eb4 (diff) | |
download | glibc-0781a7772ae1385fe8d7a734fdb35df81b1e6590.tar.gz glibc-0781a7772ae1385fe8d7a734fdb35df81b1e6590.tar.xz glibc-0781a7772ae1385fe8d7a734fdb35df81b1e6590.zip |
Remove sigvec.
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 |