freebsd32_syscall.h (4948f7bf1153b9dd92239cf752888e26af21199f) freebsd32_syscall.h (659a2e9243cdaedfa122f4258a8ef7f02c9f9c80)
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 */
7
8#define FREEBSD32_SYS_syscall 0

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

72 /* 64 is old freebsd32_getpagesize */
73#define FREEBSD32_SYS_msync 65
74#define FREEBSD32_SYS_vfork 66
75 /* 67 is obsolete vread */
76 /* 68 is obsolete vwrite */
77#define FREEBSD32_SYS_sbrk 69
78#define FREEBSD32_SYS_sstk 70
79 /* 71 is old mmap */
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 */
7
8#define FREEBSD32_SYS_syscall 0

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

72 /* 64 is old freebsd32_getpagesize */
73#define FREEBSD32_SYS_msync 65
74#define FREEBSD32_SYS_vfork 66
75 /* 67 is obsolete vread */
76 /* 68 is obsolete vwrite */
77#define FREEBSD32_SYS_sbrk 69
78#define FREEBSD32_SYS_sstk 70
79 /* 71 is old mmap */
80#define FREEBSD32_SYS_vadvise 72
80#define FREEBSD32_SYS_freebsd11_vadvise 72
81#define FREEBSD32_SYS_munmap 73
82#define FREEBSD32_SYS_freebsd32_mprotect 74
83#define FREEBSD32_SYS_madvise 75
84 /* 76 is obsolete vhangup */
85 /* 77 is obsolete vlimit */
86#define FREEBSD32_SYS_mincore 78
87#define FREEBSD32_SYS_getgroups 79
88#define FREEBSD32_SYS_setgroups 80

--- 384 unchanged lines hidden ---
81#define FREEBSD32_SYS_munmap 73
82#define FREEBSD32_SYS_freebsd32_mprotect 74
83#define FREEBSD32_SYS_madvise 75
84 /* 76 is obsolete vhangup */
85 /* 77 is obsolete vlimit */
86#define FREEBSD32_SYS_mincore 78
87#define FREEBSD32_SYS_getgroups 79
88#define FREEBSD32_SYS_setgroups 80

--- 384 unchanged lines hidden ---