repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux: Fix zfs_prune panics
[zfs.git]
/
config
/
user-aio.h.m4
blob
152c0946722f2ea771cfc295b4544215a2853098
1
dnl #
2
dnl # POSIX specifies <aio.h> as part of realtime extensions,
3
dnl # and is missing from at least uClibc – force fallbacks there
4
dnl #
5
AC_DEFUN([ZFS_AC_CONFIG_USER_AIO_H], [
6
ZFS_AC_FIND_SYSTEM_LIBRARY(AIO_H, [], [aio.h], [], [rt], [lio_listio])
7
])