mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
Use close_range when available
This fixes the FreeBSD build of nix-util
This commit is contained in:
parent
59acf3b75c
commit
5c87c40a5e
3 changed files with 6 additions and 2 deletions
|
@ -86,7 +86,7 @@ static char buf[1024];]],
|
|||
AC_LANG_POP(C++)
|
||||
|
||||
|
||||
AC_CHECK_FUNCS([statvfs pipe2])
|
||||
AC_CHECK_FUNCS([statvfs pipe2 close_range])
|
||||
|
||||
|
||||
# Check for lutimes, optionally used for changing the mtime of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue