Subject: Re: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <thorpej@netbsd.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: source-changes
Date: 12/18/2002 21:49:48
Jason R Thorpe <thorpej@netbsd.org> writes:

> (This is only needed because we're using our own userland versions
> of the context routines; this is not needed if we use the kernel
> versions of the routines...)

Which we don't want to do, because they're syscalls, and hence vastly
slower.

        - Nathan