diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-04-28 12:10:32 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-04-28 17:13:25 +0200 |
commit | 6d246cb852d3c5ab721dc583112a59ac47dc374e (patch) | |
tree | c466fe2ade06869f69aa553649586422cf5f9233 /sysdeps/unix/syscalls.list | |
parent | dbb188dd87ffdbf0ca3d9cd118ad4176439fb294 (diff) | |
download | glibc-6d246cb852d3c5ab721dc583112a59ac47dc374e.tar.gz glibc-6d246cb852d3c5ab721dc583112a59ac47dc374e.tar.xz glibc-6d246cb852d3c5ab721dc583112a59ac47dc374e.zip |
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").
Diffstat (limited to 'sysdeps/unix/syscalls.list')
-rw-r--r-- | sysdeps/unix/syscalls.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/syscalls.list b/sysdeps/unix/syscalls.list index 01c4a0e6b1..e8f8718b04 100644 --- a/sysdeps/unix/syscalls.list +++ b/sysdeps/unix/syscalls.list @@ -78,7 +78,6 @@ sigaction - sigaction i:ipp __sigaction sigaction sigsuspend - sigsuspend Ci:p sigsuspend socket - socket i:iii __socket socket socketpair - socketpair i:iiif socketpair -sstk - sstk b:i sstk statfs - statfs i:sp __statfs statfs swapoff - swapoff i:s swapoff swapon - swapon i:s swapon |