Deleted Added
sdiff udiff text old ( 160799 ) new ( 161330 )
full compact
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_proto.h 160799 2006-07-28 19:08:37Z jhb $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/thr.h>
15#include <sys/umtx.h>
16#include <posix4/_semaphore.h>
17
18#include <sys/ucontext.h>
19
20struct proc;
21
22struct thread;
23
24#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
25 0 : sizeof(register_t) - sizeof(t))
26
27#if BYTE_ORDER == LITTLE_ENDIAN

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

344#endif /* COMPAT_43 */
345
346
347#ifdef COMPAT_FREEBSD4
348
349
350#endif /* COMPAT_FREEBSD4 */
351
352#undef PAD_
353#undef PADL_
354#undef PADR_
355
356#endif /* !_IBCS2_SYSPROTO_H_ */