]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: remove xusleep() hacks (#613)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 10 Feb 2023 12:25:07 +0000 (12:25 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 10 Feb 2023 14:25:15 +0000 (14:25 +0000)
commit5eee0e42ab5ad5d2f296e698bdfc5e711bb490d4
treeb9562cfbaad87f27e2f224416997885cbb040ccd
parenteaf9a41332ca85460f32b7d93fae803319132226
Cleanup: remove xusleep() hacks (#613)

usleep() has been obsolete for a long time. C++11 provides better and
portable waiting mechanism we can use easily instead of these hacks
trying to replicate and extend usleep().
include/xusleep.h [deleted file]
lib/Makefile.am
lib/xusleep.c [deleted file]
src/base/File.cc
src/cf.data.pre
src/ipc.cc
src/ipc_win32.cc
src/unlinkd.cc