As jhb@ pointed out to me, r197057 was incorrect, not least because these
are generated files.
This commit is contained in:
parent
cedb32d24a
commit
e4fc8331e6
@ -1257,6 +1257,13 @@ int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
#define LINUX_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
|
||||
|
@ -503,6 +503,12 @@ int svr4_sys_sendto(struct thread *, struct svr4_sys_sendto_args *);
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
#define SVR4_SYS_AUE_svr4_sys_open AUE_NULL
|
||||
#define SVR4_SYS_AUE_svr4_sys_wait AUE_NULL
|
||||
#define SVR4_SYS_AUE_svr4_sys_creat AUE_NULL
|
||||
|
@ -345,6 +345,12 @@ int ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
#define IBCS2_SYS_AUE_ibcs2_read AUE_NULL
|
||||
#define IBCS2_SYS_AUE_ibcs2_open AUE_OPEN_RWTC
|
||||
#define IBCS2_SYS_AUE_ibcs2_wait AUE_WAIT4
|
||||
|
@ -1277,6 +1277,13 @@ int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
|
||||
|
||||
#endif /* COMPAT_FREEBSD6 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD7
|
||||
|
||||
#define nosys linux_nosys
|
||||
|
||||
#endif /* COMPAT_FREEBSD7 */
|
||||
|
||||
#define LINUX_SYS_AUE_linux_fork AUE_FORK
|
||||
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
|
||||
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
|
||||
|
Loading…
x
Reference in New Issue
Block a user