Module Name: src Committed By: andvar Date: Mon Aug 2 17:45:10 UTC 2021
Modified Files: src/lib/librumpuser: README.compileopts Log Message: fix typo in README.compileopts text. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/README.compileopts Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/librumpuser/README.compileopts diff -u src/lib/librumpuser/README.compileopts:1.1 src/lib/librumpuser/README.compileopts:1.2 --- src/lib/librumpuser/README.compileopts:1.1 Mon Jan 25 00:24:23 2016 +++ src/lib/librumpuser/README.compileopts Mon Aug 2 17:45:10 2021 @@ -1,4 +1,4 @@ - $NetBSD: README.compileopts,v 1.1 2016/01/25 00:24:23 pooka Exp $ + $NetBSD: README.compileopts,v 1.2 2021/08/02 17:45:10 andvar Exp $ This file describes compile-time options (make variables) for the rumpuser POSIX implementation. @@ -12,7 +12,7 @@ Global options: values: pthread/none/fiber or <undefined> defval: <undefined> effect: Define the way threading is implemented in the rumpuser hypercall - implmentation. + implementation. <undefined> - use default implementation (currently "pthread") pthread - use pthreads to implement threading none - do not support kernel threads at all