freebsd32_syscall.h (27067774dce3388702a4cf744d7096c6fb71b688) freebsd32_syscall.h (3e7e23332f7cc9b42c8a03339b89e53de3f78610)
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/compat/freebsd32/syscalls.master 304176 2016-08-15 19:08:51Z kib
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 304395 2016-08-18 10:50:40Z gnn
7 */
8
9#define FREEBSD32_SYS_syscall 0
10#define FREEBSD32_SYS_exit 1
11#define FREEBSD32_SYS_fork 2
12#define FREEBSD32_SYS_read 3
13#define FREEBSD32_SYS_write 4
14#define FREEBSD32_SYS_open 5

--- 198 unchanged lines hidden (view full) ---

213#define FREEBSD32_SYS_ktimer_getoverrun 239
214#define FREEBSD32_SYS_freebsd32_nanosleep 240
215#define FREEBSD32_SYS_ffclock_getcounter 241
216#define FREEBSD32_SYS_ffclock_setestimate 242
217#define FREEBSD32_SYS_ffclock_getestimate 243
218#define FREEBSD32_SYS_freebsd32_clock_getcpuclockid2 247
219#define FREEBSD32_SYS_minherit 250
220#define FREEBSD32_SYS_rfork 251
7 */
8
9#define FREEBSD32_SYS_syscall 0
10#define FREEBSD32_SYS_exit 1
11#define FREEBSD32_SYS_fork 2
12#define FREEBSD32_SYS_read 3
13#define FREEBSD32_SYS_write 4
14#define FREEBSD32_SYS_open 5

--- 198 unchanged lines hidden (view full) ---

213#define FREEBSD32_SYS_ktimer_getoverrun 239
214#define FREEBSD32_SYS_freebsd32_nanosleep 240
215#define FREEBSD32_SYS_ffclock_getcounter 241
216#define FREEBSD32_SYS_ffclock_setestimate 242
217#define FREEBSD32_SYS_ffclock_getestimate 243
218#define FREEBSD32_SYS_freebsd32_clock_getcpuclockid2 247
219#define FREEBSD32_SYS_minherit 250
220#define FREEBSD32_SYS_rfork 251
221#define FREEBSD32_SYS_openbsd_poll 252
221 /* 252 is obsolete openbsd_poll */
222#define FREEBSD32_SYS_issetugid 253
223#define FREEBSD32_SYS_lchown 254
224#define FREEBSD32_SYS_freebsd32_aio_read 255
225#define FREEBSD32_SYS_freebsd32_aio_write 256
226#define FREEBSD32_SYS_freebsd32_lio_listio 257
227#define FREEBSD32_SYS_getdents 272
228#define FREEBSD32_SYS_lchmod 274
229#define FREEBSD32_SYS_netbsd_lchown 275

--- 232 unchanged lines hidden ---
222#define FREEBSD32_SYS_issetugid 253
223#define FREEBSD32_SYS_lchown 254
224#define FREEBSD32_SYS_freebsd32_aio_read 255
225#define FREEBSD32_SYS_freebsd32_aio_write 256
226#define FREEBSD32_SYS_freebsd32_lio_listio 257
227#define FREEBSD32_SYS_getdents 272
228#define FREEBSD32_SYS_lchmod 274
229#define FREEBSD32_SYS_netbsd_lchown 275

--- 232 unchanged lines hidden ---