Annotation of xinu/sys/userret.c, revision 1.1.1.1

1.1       root        1: /* userret.c - userret */
                      2: 
                      3: #include <conf.h>
                      4: #include <kernel.h>
                      5: 
                      6: /*------------------------------------------------------------------------
                      7:  * userret  --  entered when a process exits by return
                      8:  *------------------------------------------------------------------------
                      9:  */
                     10: userret()
                     11: {
                     12:        kill( getpid() );
                     13: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.