Deleted Added
sdiff udiff text old ( 232800 ) new ( 234354 )
full compact
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_syscalls.c 232800 2012-03-10 23:11:21Z netchild $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 232799 2012-03-10 23:10:18Z netchild
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "exit", /* 1 = exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

--- 346 unchanged lines hidden ---