Files
haikuports/dev-libs/libuv
Calvin Hill 530e5de5a5 libuv: Implement various missing functions. (#3897)
This patch syncs the changes of alaviss's libuv
port from upstream into HaikuPorts with the following
changes:

* Implements uv__fs_utime() using utimensat()
* Implements uv__fs_futime() using futimens()
* Stub implementation of uv_get_constrained_memory()

This is just enough to get npm (Node Package Manager) working.
2019-06-03 22:24:25 -04:00
..