mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Regen from syscalls.master 1.52.
This commit is contained in:
parent
d97ccc7e54
commit
1df69b2d1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110979
@ -3,15 +3,15 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.50 2001/10/07 00:20:08 marcel Exp
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.52 2003/02/16 02:31:05 tjr Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
#define _LINUX_SYSPROTO_H_
|
||||
|
||||
#include <sys/signal.h>
|
||||
|
||||
#include <sys/acl.h>
|
||||
#include <posix4/_semaphore.h>
|
||||
|
||||
struct proc;
|
||||
|
||||
@ -719,6 +719,12 @@ int linux_getdents64(struct thread *, struct linux_getdents64_args *);
|
||||
|
||||
#endif /* COMPAT_43 */
|
||||
|
||||
|
||||
#ifdef COMPAT_FREEBSD4
|
||||
|
||||
|
||||
#endif /* COMPAT_FREEBSD4 */
|
||||
|
||||
#undef PAD_
|
||||
#undef PADL_
|
||||
#undef PADR_
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.50 2001/10/07 00:20:08 marcel Exp
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.52 2003/02/16 02:31:05 tjr Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_exit 1
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.50 2001/10/07 00:20:08 marcel Exp
|
||||
* created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.52 2003/02/16 02:31:05 tjr Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -69,7 +69,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 49 = */
|
||||
{ 0, (sy_call_t *)nosys }, /* 50 = */
|
||||
{ AS(acct_args), (sy_call_t *)acct }, /* 51 = acct */
|
||||
{ 0, (sy_call_t *)linux_sigpending }, /* 52 = linux_sigpending */
|
||||
{ SYF_MPSAFE | 0, (sy_call_t *)linux_sigpending }, /* 52 = linux_sigpending */
|
||||
{ 0, (sy_call_t *)nosys }, /* 53 = */
|
||||
{ AS(linux_ioctl_args), (sy_call_t *)linux_ioctl }, /* 54 = linux_ioctl */
|
||||
{ 0, (sy_call_t *)nosys }, /* 55 = */
|
||||
|
Loading…
Reference in New Issue
Block a user