library, into the Packages Collection. libuv is used as the platform layer for node.js libuv enforces an asynchronous, event-driven style of programming. Its core job is to provide an event loop and callback based notifications of I/O and other activities. libuv offers core utilities like timers, non-blocking networking support, asynchronous file system access, child processes and more.
15 lines
335 B
Text
15 lines
335 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2013/03/02 07:43:40 agc Exp $
|
|
|
|
modern netbsd needs uvm_extern.h header file
|
|
|
|
--- src/unix/netbsd.c 2013/03/01 18:45:51 1.1
|
|
+++ src/unix/netbsd.c 2013/03/01 18:47:24
|
|
@@ -38,6 +38,8 @@
|
|
#include <sys/types.h>
|
|
#include <sys/sysctl.h>
|
|
|
|
+#include <uvm/uvm_extern.h>
|
|
+
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
|