Annotation of GNUtools/libg++/libiberty/msdos.c, revision 1.1

1.1     ! root        1: char msg[] = "No vfork available - aborting\n";
        !             2: vfork()
        !             3: {
        !             4:   write(1, msg, sizeof(msg));
        !             5: }
        !             6: 
        !             7: sigsetmask()
        !             8: {
        !             9:   /* no signals support in go32 (yet) */
        !            10: }
        !            11: 
        !            12: getuid()
        !            13: {
        !            14:   
        !            15:   return 42;
        !            16: }
        !            17: getgid()
        !            18: {
        !            19:   return 42;
        !            20: }
        !            21: 

unix.superglobalmegacorp.com

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