unix: add uv_get_constrained_memory() cygwin stub
PR-URL: https://github.com/libuv/libuv/pull/2361 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
f66db9c5c5
commit
6b74e7b6bf
@ -52,3 +52,7 @@ void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count) {
|
||||
(void)cpu_infos;
|
||||
(void)count;
|
||||
}
|
||||
|
||||
uint64_t uv_get_constrained_memory(void) {
|
||||
return 0; /* Memory constraints are unknown. */
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user