From 6d246cb852d3c5ab721dc583112a59ac47dc374e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 28 Apr 2020 12:10:32 +0200 Subject: misc: Remove sstk from the autogenerated system call list This change should not have an effect because the system call was never defined. Also add the misssing attribute_compat_text_section attribute to the sstk function (a minor optimization). Also update the NEWS file to document the change. Fixes commit 9cc93ba0973ad04ee26c515a1552afb85e73c6ba ("misc: Turn sstk into a compat symbol"). --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0e627b3405..f58436c91a 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,10 @@ Deprecated and removed features, and other changes affecting compatibility: but always fails with ENOSYS. This reflects the removal of the system call from all architectures, starting with Linux 5.5. +* The sstk function is no longer available to newly linked binaries. + Its implementation always returned with a failure, and the function + was not declared in any header file. + Changes to build and runtime requirements: [Add changes to build and runtime requirements here] -- cgit 1.4.1