diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-02 17:45:10 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-02 17:45:10 +0000 |
| commit | d012b42d734d5ccdf6eb5ee92295d08ef5a899f2 (patch) | |
| tree | febdf3a1d29ef2ce88d3c6812f3a9e160cb68f54 /lib | |
| parent | 0341c6dc23955ffadea8c02e217ffd7272947d0e (diff) | |
fix typo in README.compileopts text.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/librumpuser/README.compileopts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librumpuser/README.compileopts b/lib/librumpuser/README.compileopts index 901372c24cd..14d10e76dd4 100644 --- a/lib/librumpuser/README.compileopts +++ b/lib/librumpuser/README.compileopts @@ -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 |
