Deleted Added
sdiff udiff text old ( 161309 ) new ( 161330 )
full compact
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 161309 2006-08-15 12:51:45Z netchild $
6 * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.19 2006/08/15 12:28:14 netchild Exp
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <posix4/_semaphore.h>
15#include <sys/ucontext.h>
16
17struct proc;
18
19struct thread;
20
21#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
22 0 : sizeof(register_t) - sizeof(t))
23
24#if BYTE_ORDER == LITTLE_ENDIAN

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

1145
1146
1147#ifdef COMPAT_FREEBSD4
1148
1149#define nosys linux_nosys
1150
1151#endif /* COMPAT_FREEBSD4 */
1152
1153#undef PAD_
1154#undef PADL_
1155#undef PADR_
1156
1157#endif /* !_LINUX_SYSPROTO_H_ */