linuxulator: memfd_create first appeared in Linux 3.17

Reference: http://man7.org/linux/man-pages/man2/memfd_create.2.html
This commit is contained in:
Ed Maste 2019-09-11 17:05:49 +00:00
parent 1515fe49f2
commit eff9d7b799
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352222
4 changed files with 4 additions and 7 deletions

View File

@ -131,9 +131,9 @@ DUMMY(finit_module);
DUMMY(sched_setattr);
DUMMY(sched_getattr);
/* Linux 3.15: */
DUMMY(memfd_create);
DUMMY(kexec_file_load);
/* Linux 3.17: */
DUMMY(memfd_create);
DUMMY(seccomp);
/* Linux 3.18: */
DUMMY(bpf);

View File

@ -137,9 +137,8 @@ DUMMY(kcmp);
DUMMY(finit_module);
DUMMY(sched_setattr);
DUMMY(sched_getattr);
/* Linux 3.15: */
DUMMY(memfd_create);
/* Linux 3.17: */
DUMMY(memfd_create);
DUMMY(seccomp);
/* Linux 3.18: */
DUMMY(bpf);

View File

@ -130,9 +130,8 @@ DUMMY(kcmp);
DUMMY(finit_module);
DUMMY(sched_setattr);
DUMMY(sched_getattr);
/* Linux 3.15: */
DUMMY(memfd_create);
/* Linux 3.17: */
DUMMY(memfd_create);
DUMMY(seccomp);
/* Linux 3.18: */
DUMMY(bpf);

View File

@ -133,9 +133,8 @@ DUMMY(kcmp);
DUMMY(finit_module);
DUMMY(sched_setattr);
DUMMY(sched_getattr);
/* Linux 3.14: */
DUMMY(memfd_create);
/* Linux 3.17: */
DUMMY(memfd_create);
DUMMY(seccomp);
/* Linux 3.18: */
DUMMY(bpf);