Deleted Added
full compact
linux_proto.h (103886) linux_proto.h (110977)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 103886 2002-09-24 07:03:01Z mini $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.46 2002/05/19 01:21:55 marcel Exp
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 110977 2003-02-16 02:28:35Z tjr $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.49 2003/02/16 02:26:30 tjr Exp
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13
14#include <sys/acl.h>
13#include <sys/acl.h>
14#include <posix4/_semaphore.h>
15
16struct proc;
17
18struct thread;
19
20#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
21 0 : sizeof(register_t) - sizeof(t))
22

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

794int linux_getdents64(struct thread *, struct linux_getdents64_args *);
795int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
796
797#ifdef COMPAT_43
798
799
800#endif /* COMPAT_43 */
801
15
16struct proc;
17
18struct thread;
19
20#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
21 0 : sizeof(register_t) - sizeof(t))
22

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

794int linux_getdents64(struct thread *, struct linux_getdents64_args *);
795int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
796
797#ifdef COMPAT_43
798
799
800#endif /* COMPAT_43 */
801
802
803#ifdef COMPAT_FREEBSD4
804
805
806#endif /* COMPAT_FREEBSD4 */
807
802#undef PAD_
803#undef PADL_
804#undef PADR_
805
806#endif /* !_LINUX_SYSPROTO_H_ */
808#undef PAD_
809#undef PADL_
810#undef PADR_
811
812#endif /* !_LINUX_SYSPROTO_H_ */