Deleted Added
full compact
linux32_syscall.h (147142) linux32_syscall.h (147975)
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_syscall.h 147142 2005-06-08 20:47:30Z sobomax $
6 * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.4 2005/06/08 20:41:27 sobomax Exp
5 * $FreeBSD: head/sys/amd64/linux32/linux32_syscall.h 147975 2005-07-13 20:35:09Z jhb $
6 * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.5 2005/07/13 20:32:42 jhb 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

--- 208 unchanged lines hidden ---
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

--- 208 unchanged lines hidden ---