texplain nptl stuff - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 668b32b76c29d2186958eefab81b0dac9258f836
DIR parent 9a4f7bced2db86a1f8031ecb639018470df9c8d0
HTML Author: rsc <devnull@localhost>
Date: Tue, 18 Jan 2005 18:14:14 +0000
explain nptl stuff
Diffstat:
M src/libthread/README.Linux | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/libthread/README.Linux b/src/libthread/README.Linux
t@@ -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.