Deleted Added
sdiff udiff text old ( 165610 ) new ( 165690 )
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 165690 2006-12-31 13:20:31Z netchild $
6 * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.25 2006/12/31 13:16:00 netchild Exp
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

--- 268 unchanged lines hidden ---