mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 12:56:21 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
dnl # SPDX-License-Identifier: CDDL-1.0
|
||
dnl #
|
||
dnl # POSIX specifies <aio.h> as part of realtime extensions,
|
||
dnl # and is missing from at least uClibc – force fallbacks there
|
||
dnl #
|
||
AC_DEFUN([ZFS_AC_CONFIG_USER_AIO_H], [
|
||
ZFS_AC_FIND_SYSTEM_LIBRARY(AIO_H, [], [aio.h], [], [rt], [lio_listio])
|
||
])
|