linux32_syscall.h (3ce05165b116e438ef45b48dd8e8eff0c499daa5) | linux32_syscall.h (c532a88cfc447f2bd165616907293bbac6f9b41c) |
---|---|
1/* 2 * System call numbers. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call numbers. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283484 2015-05-24 18:00:14Z dchagin | 6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283488 2015-05-24 18:04:04Z dchagin |
7 */ 8 9#define LINUX_SYS_linux_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 --- 310 unchanged lines hidden --- | 7 */ 8 9#define LINUX_SYS_linux_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 --- 310 unchanged lines hidden --- |