linux: deduplicate DUMMY() entries
No functional changes.
Reviewed By: emaste
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D30524
(cherry picked from commit 83043a741d
)
This commit is contained in:
parent
56205425a9
commit
cbab32bdf1
@ -61,11 +61,4 @@ DUMMY(mq_timedreceive);
|
||||
DUMMY(mq_notify);
|
||||
DUMMY(mq_getsetattr);
|
||||
DUMMY(semtimedop);
|
||||
DUMMY(statx);
|
||||
DUMMY(io_pgetevents);
|
||||
DUMMY(kexec_file_load);
|
||||
DUMMY(rseq);
|
||||
DUMMY(pidfd_send_signal);
|
||||
DUMMY(io_uring_setup);
|
||||
DUMMY(io_uring_enter);
|
||||
DUMMY(io_uring_register);
|
||||
|
@ -147,6 +147,16 @@ DUMMY(faccessat2);
|
||||
DUMMY(process_madvise);
|
||||
DUMMY(epoll_pwait2);
|
||||
DUMMY(mount_setattr);
|
||||
/* Linux 4.11: */
|
||||
DUMMY(statx);
|
||||
/* Linux 4.18: */
|
||||
DUMMY(io_pgetevents);
|
||||
DUMMY(rseq);
|
||||
/* Linux 5.0: */
|
||||
DUMMY(pidfd_send_signal);
|
||||
DUMMY(io_uring_setup);
|
||||
DUMMY(io_uring_enter);
|
||||
DUMMY(io_uring_register);
|
||||
|
||||
#define DUMMY_XATTR(s) \
|
||||
int \
|
||||
|
@ -57,13 +57,3 @@ DUMMY(quotactl);
|
||||
DUMMY(inotify_init);
|
||||
/* Linux 2.6.22: */
|
||||
DUMMY(signalfd);
|
||||
/* Linux 4.11: */
|
||||
DUMMY(statx);
|
||||
/* Linux 4.18: */
|
||||
DUMMY(io_pgetevents);
|
||||
DUMMY(rseq);
|
||||
/* Linux 5.0: */
|
||||
DUMMY(pidfd_send_signal);
|
||||
DUMMY(io_uring_setup);
|
||||
DUMMY(io_uring_enter);
|
||||
DUMMY(io_uring_register);
|
||||
|
Loading…
Reference in New Issue
Block a user