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/compat/svr4/svr4_proto.h 160799 2006-07-28 19:08:37Z jhb $
6 * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp
7 */
8
9#ifndef _SVR4_SYSPROTO_H_
10#define _SVR4_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

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

492#endif /* COMPAT_43 */
493
494
495#ifdef COMPAT_FREEBSD4
496
497
498#endif /* COMPAT_FREEBSD4 */
499
500#undef PAD_
501#undef PADL_
502#undef PADR_
503
504#endif /* !_SVR4_SYSPROTO_H_ */