plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 668b32b76c29d2186958eefab81b0dac9258f836
parent 9a4f7bced2db86a1f8031ecb639018470df9c8d0
Author: rsc <devnull@localhost>
Date:   Tue, 18 Jan 2005 18:14:14 +0000

explain nptl stuff

Diffstat:
Msrc/libthread/README.Linux | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/libthread/README.Linux b/src/libthread/README.Linux @@ -34,4 +34,7 @@ TLS (2.6+) you will be using TLS. Apparently Gentoo and maybe other distributions do not follow this rule. They use non-TLS libraries even on kernels that can support TLS. +To accomodate them, you can add a line SYSVERSION=2.4 to $PLAN9/config +to force the build to think you are running an old kernel. +The INSTALL script sets up this file automatically on Linux systems.