1*6805Srrh static char sysn7_sccsid[] = " unix7sysn.h 1.1 82/05/12 "; 2*6805Srrh 3*6805Srrh char *sysnames[] = { 4*6805Srrh "indir", 5*6805Srrh "exit", 6*6805Srrh "fork", 7*6805Srrh "read", 8*6805Srrh "write", 9*6805Srrh "open", 10*6805Srrh "close", 11*6805Srrh "wait", 12*6805Srrh "creat", 13*6805Srrh "link", 14*6805Srrh "unlink", 15*6805Srrh "exec", 16*6805Srrh "chdir", 17*6805Srrh "time", 18*6805Srrh "mknod", 19*6805Srrh "chmod", 20*6805Srrh "chown", 21*6805Srrh "break", 22*6805Srrh "stat", 23*6805Srrh "seek", 24*6805Srrh "getpid", 25*6805Srrh "mount", 26*6805Srrh "umount", 27*6805Srrh "setuid", 28*6805Srrh "getuid", 29*6805Srrh "stime", 30*6805Srrh "ptrace", 31*6805Srrh "alarm", 32*6805Srrh "fstat", 33*6805Srrh "pause", 34*6805Srrh "utime", 35*6805Srrh "stty", 36*6805Srrh "gtty", 37*6805Srrh "access", 38*6805Srrh "nice", 39*6805Srrh "ftime", 40*6805Srrh "sync", 41*6805Srrh "kill", 42*6805Srrh "switch; inoperative", 43*6805Srrh "setpgrp (not in yet)", 44*6805Srrh "tell (obsolete)", 45*6805Srrh "dup", 46*6805Srrh "pipe", 47*6805Srrh "times", 48*6805Srrh "prof", 49*6805Srrh "unused", 50*6805Srrh "setgid", 51*6805Srrh "getgid", 52*6805Srrh "sig", 53*6805Srrh "reserved for USG", 54*6805Srrh "reserved for USG", 55*6805Srrh "turn acct off/on", 56*6805Srrh "set user physical addresses", 57*6805Srrh "lock user in core", 58*6805Srrh "ioctl", 59*6805Srrh "readwrite (in abeyance)", 60*6805Srrh "creat mpx comm channel", 61*6805Srrh "reserved for USG", 62*6805Srrh "reserved for USG", 63*6805Srrh "exece", 64*6805Srrh "umask", 65*6805Srrh "chroot", 66*6805Srrh "nosys", 67*6805Srrh "used internally" 68*6805Srrh }; 69