]> git.proxmox.com Git - wasi-libc.git/commit
__wait.c: fix a timeout (#361)
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 13 Dec 2022 20:07:33 +0000 (05:07 +0900)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Fri, 8 Sep 2023 08:05:40 +0000 (10:05 +0200)
commitc13bba00da98e10d6468f9765f944400ce13b746
tree34633fdf3804bdbe43337919566d0c12530f9d3a
parentcb4e17382525ff33cf3551814e71cb22d3559225
__wait.c: fix a timeout (#361)

Note: The typical symptom of this bug is a busy waiting on a lock.

Note: 0 means immediate timeout. a negative value means no timeout.
libc-top-half/musl/src/thread/__wait.c