mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Jemalloc upgraded to version 5.0.1.
This commit is contained in:
4
deps/jemalloc/test/src/mq.c
vendored
4
deps/jemalloc/test/src/mq.c
vendored
@ -5,9 +5,7 @@
|
||||
* time is guaranteed.
|
||||
*/
|
||||
void
|
||||
mq_nanosleep(unsigned ns)
|
||||
{
|
||||
|
||||
mq_nanosleep(unsigned ns) {
|
||||
assert(ns <= 1000*1000*1000);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user