summaryrefslogtreecommitdiff
path: root/src/redis.c
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>2012-07-19 21:37:34 +0900
committerantirez <antirez@gmail.com>2013-06-26 15:20:56 +0200
commit30f3ae03a548156738cb12cfbd4e01801c5c5d96 (patch)
treef4cff40cac41f7a72954d172f3cd0513ed458a46 /src/redis.c
parentf27896a17d7730cfc202b44cd8a00e5c77bd8707 (diff)
downloadredis-30f3ae03a548156738cb12cfbd4e01801c5c5d96.tar.gz
use nanosleep instead of usleep
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.
Diffstat (limited to 'src/redis.c')
0 files changed, 0 insertions, 0 deletions