diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-03-15 18:18:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-03-15 18:18:40 +0000 |
commit | 477e739b324349df854209117047779ac3142130 (patch) | |
tree | 12bd3313cc63910707685a0bdc17b6b658cff674 /ChangeLog | |
parent | 238d60a1fb5081450ca57d3e20f6c1c27df9afb5 (diff) | |
download | glibc-477e739b324349df854209117047779ac3142130.tar glibc-477e739b324349df854209117047779ac3142130.tar.gz glibc-477e739b324349df854209117047779ac3142130.tar.bz2 glibc-477e739b324349df854209117047779ac3142130.zip |
Update syscall-names.list for Linux 5.0.
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
Linux 5.0. Based on testing with build-many-glibcs.py, the only new
entry needed is for old_getpagesize (a newly added __NR_* name for an
old syscall on ia64). (Because 5.0 changes how syscall tables are
handled in the kernel, checking diffs wasn't a useful way of looking
for new syscalls in 5.0 as most of the syscall tables were moved to
the new representation without actually adding any syscalls to them.)
Tested with build-many-glibcs.py.
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
version to 5.0.
(old_getpagesize): New syscall.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2019-03-15 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel + version to 5.0. + (old_getpagesize): New syscall. + 2019-03-15 Felix Yan <felixonmars@archlinux.org> [BZ #24293] |