There are numerous checks in the code wrt availability
of linux subsystems.  It makes no sense to check for them
anymore, since they're always present (since linux 2.6 or
earlier).

Michael Tokarev (7):
  linux-user/syscall.c: assume splice is always present
  meson.build: stop checking for splice()
  linux-user: assume inotify sycalls are always present
  meson.build: stop checking for inotify_init()
  linux-user: assume epoll is always present
  meson.build: do not check for epoll.h (CONFIG_EPOLL)
  rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL

 linux-user/fd-trans.c     |  5 -----
 linux-user/fd-trans.h     |  4 ----
 linux-user/syscall.c      | 44 +++++++--------------------------------
 linux-user/syscall_defs.h |  3 ---
 meson.build               | 12 +----------
 util/aio-posix.h          |  4 ++--
 util/meson.build          |  2 +-
 7 files changed, 11 insertions(+), 63 deletions(-)

-- 
2.47.3


Reply via email to