Deleted Added
sdiff udiff text old ( 218611 ) new ( 219560 )
full compact
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_syscall.h 219560 2011-03-12 08:58:19Z avg $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 219559 2011-03-12 08:51:43Z avg
7 */
8
9#define LINUX_SYS_exit 1
10#define LINUX_SYS_linux_fork 2
11#define LINUX_SYS_read 3
12#define LINUX_SYS_write 4
13#define LINUX_SYS_linux_open 5
14#define LINUX_SYS_close 6

--- 278 unchanged lines hidden ---