Annotation of coherent/b/lib/libc/sys/i386/setpgrp.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * libc/sys/i386/setpgrp.c
                      3:  * Copyright (c) Bureau d'Etudes Ciaran O'Donnell,1987,1990,1991.
                      4:  */
                      5: 
                      6: int
                      7: getpgrp()
                      8: {
                      9:        return _pgrp(0);
                     10: }
                     11: 
                     12: int
                     13: setpgrp()
                     14: {
                     15:        return _pgrp(1);
                     16: }
                     17: 
                     18: /* end of libc/sys/i386/setpgrp.c */

unix.superglobalmegacorp.com

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