syscalls.c (4ad6d200d6cfb63382df954b87a941d97dda4193) | syscalls.c (20c6fe828a33e0d974b371ac786d4fc49f27c693) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.235 2008/01/08 21:58:15 jhb Exp | 6 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.236 2008/01/20 23:43:06 rwatson Exp |
7 */ 8 9const char *syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 480 unchanged lines hidden --- | 7 */ 8 9const char *syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 480 unchanged lines hidden --- |