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.

Using KSE

@@ -60,7 +62,7 @@ on your system, either run make install from /usr/src/lib/libpthread (if you have sources installed on your system), or check out the - libpthread module from cvs.

+ libpthread module from CVS.

Linking an application against libpthread is straighforward. In its makefiles, change the -pthread option to -lpthread @@ -98,6 +100,14 @@ &status.done; + + libpthread + Write kse(2) man page documenting new system calls. + &a.archie; + 10 September 2002 + &status.done; + + libpthread Schedule an idle context when appropriate.