mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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.