]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Unix builds now assume the presence of nanosleep() in the standard library.
authordrh <>
Thu, 3 Aug 2023 12:41:30 +0000 (12:41 +0000)
committerdrh <>
Thu, 3 Aug 2023 12:41:30 +0000 (12:41 +0000)
commit9b1334b7d3a31f80e43e3f467de38c8c645830bb
treefa7597448540efae8e41889398eb89bb172e56e5
parentc874d60353c0a3ef592e1e77129b2b083a01af7f
Unix builds now assume the presence of nanosleep() in the standard library.
The -DHAVE_NANOSLEEP=0 compile-time option can be used to build on systems
(if any still exist) where this is not the case.

FossilOrigin-Name: 779d5dc8797ea246d0397f7e94b1be716b0baa735e8d9f5a6fc4cffd887a7420
Makefile.linux-gcc
manifest
manifest.uuid
src/main.c
src/os_unix.c
tool/build-shell.sh
tool/warnings.sh