|
|
Xinu for VAX
/* userret.c - userret */
#include <conf.h>
#include <kernel.h>
/*------------------------------------------------------------------------
* userret -- entered when a process exits by return
*------------------------------------------------------------------------
*/
userret()
{
kill( getpid() );
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.