mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
SUSv3 says that: The useconds argument shall be less than one million. If the value of useconds is 0, then the call has no effect. and actually NetBSD's implementation rejects such a value with EINVAL. use nanosleep which has no such a limitation instead.
33 KiB
33 KiB