1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* Do a short sleep after SQLITE_BUSY.

This commit is contained in:
Eelco Dolstra 2010-12-17 17:23:15 +00:00
parent b1eb252172
commit c931a7aec5
2 changed files with 12 additions and 2 deletions

View file

@ -286,8 +286,7 @@ AC_CHECK_FUNCS([setresuid setreuid lchown])
# Nice to have, but not essential.
AC_CHECK_FUNCS([strsignal])
AC_CHECK_FUNCS([posix_fallocate])
AC_CHECK_FUNCS([strsignal posix_fallocate nanosleep])
# This is needed if ATerm or bzip2 are static libraries,