Deleted Added
sdiff udiff text old ( 283425 ) new ( 283429 )
full compact
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux/linux_syscall.h 283429 2015-05-24 16:19:57Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283428 2015-05-24 16:18:03Z dchagin
7 */
8
9#define LINUX_SYS_read 0
10#define LINUX_SYS_write 1
11#define LINUX_SYS_linux_open 2
12#define LINUX_SYS_close 3
13#define LINUX_SYS_linux_newstat 4
14#define LINUX_SYS_linux_newfstat 5

--- 296 unchanged lines hidden ---