diff --git a/en/kse/index.sgml b/en/kse/index.sgml index 8df6489d19..0d26532a93 100644 --- a/en/kse/index.sgml +++ b/en/kse/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -45,7 +45,9 @@ which takes advantage of the extra facilities the kernel provides.
The goal is to replace the current user threading system provided by - the libc_r library, and the -pthread gcc option. + the libc_r library, and the -pthread gcc option, with a new + libpthread library which will be linked with the -lpthread + gcc option.
Linking an application against libpthread is straighforward. In its makefiles, change the -pthread option to -lpthread @@ -98,6 +100,14 @@