0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Check for linux/io_uring.h

This commit is contained in:
Jason Volk 2019-08-10 06:41:20 -07:00
parent 588b0aa9bc
commit ff66f5c8d5

View file

@ -865,6 +865,7 @@ RB_CHK_SYSHEADER(linux/aio_abi.h, [LINUX_AIO_ABI_H])
RB_CHK_SYSHEADER(linux/magic.h, [LINUX_MAGIC_H])
RB_CHK_SYSHEADER(linux/perf_event.h, [LINUX_PERF_EVENT_H])
RB_CHK_SYSHEADER(linux/hw_breakpoint.h, [LINUX_HW_BREAKPOINT_H])
RB_CHK_SYSHEADER(linux/io_uring.h, [LINUX_IO_URING_H])
dnl windows platform
RB_CHK_SYSHEADER(windows.h, [WINDOWS_H])