freebsd32_syscalls.c (4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0) freebsd32_syscalls.c (2e7634503e31a41ebe8c5e98a7d6dd157bde81a9)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 270691 2014-08-27 01:02:02Z kib
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 272823 2014-10-09 15:16:52Z marcel
7 */
8
9const char *freebsd32_syscallnames[] = {
10#if !defined(PAD64_REQUIRED) && (defined(__powerpc__) || defined(__mips__))
11#define PAD64_REQUIRED
12#endif
13 "syscall", /* 0 = syscall */
14 "exit", /* 1 = exit */

--- 567 unchanged lines hidden ---
7 */
8
9const char *freebsd32_syscallnames[] = {
10#if !defined(PAD64_REQUIRED) && (defined(__powerpc__) || defined(__mips__))
11#define PAD64_REQUIRED
12#endif
13 "syscall", /* 0 = syscall */
14 "exit", /* 1 = exit */

--- 567 unchanged lines hidden ---