K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-07-31T05:27:00.000000Z K 7 svn:log V 299 In set_mcontext(), store the (user) stack pointer and the thread pointer in the PCB of the corresponding thread if it's not the current thread. This is needed for thr_create() to setup the newly created thread from the context provided by the application. This commit finalizes supporting libthr. END