-kthread has been dead these many years. This PR has languished for a

long time.  Go ahead and commit the patch since a co-worker has been
working up a code patch in this area and wondered why it hasn't been
committed yet.

PR: 35800
This commit is contained in:
Warner Losh 2003-02-01 18:39:32 +00:00
parent 5d4a99771a
commit e4c33f456e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110201

View File

@ -543,11 +543,6 @@ in the following sections.
.BI "\-pthread"
Link a user-threaded process against libc_r instead of libc. Objects linked
into user-threaded processes should be compiled with -D_THREAD_SAFE.
.TP
.BI "\-kthread"
Link a kernel-threaded process against libpthread in addition to libc.
Objects linked into kernel-threaded processes should be compiled with
-D_THREAD_SAFE.
.SH OVERALL OPTIONS
.TP
.BI "\-x " "language"