mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Regen from syscalls.master 1.50.
This commit is contained in:
parent
c7edd68c94
commit
8fcac23f33
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111175
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.49 2003/02/16 02:26:30 tjr Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.49 2003/02/16 02:26:30 tjr Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 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/i386/linux/syscalls.master,v 1.49 2003/02/16 02:26:30 tjr Exp
|
||||
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -37,7 +37,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 17 = break */
|
||||
{ AS(linux_stat_args), (sy_call_t *)linux_stat }, /* 18 = linux_stat */
|
||||
{ AS(linux_lseek_args), (sy_call_t *)linux_lseek }, /* 19 = linux_lseek */
|
||||
{ 0, (sy_call_t *)linux_getpid }, /* 20 = linux_getpid */
|
||||
{ SYF_MPSAFE | 0, (sy_call_t *)linux_getpid }, /* 20 = linux_getpid */
|
||||
{ AS(linux_mount_args), (sy_call_t *)linux_mount }, /* 21 = linux_mount */
|
||||
{ AS(linux_oldumount_args), (sy_call_t *)linux_oldumount }, /* 22 = linux_oldumount */
|
||||
{ AS(linux_setuid16_args), (sy_call_t *)linux_setuid16 }, /* 23 = linux_setuid16 */
|
||||
@ -216,8 +216,8 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_lstat64_args), (sy_call_t *)linux_lstat64 }, /* 196 = linux_lstat64 */
|
||||
{ AS(linux_fstat64_args), (sy_call_t *)linux_fstat64 }, /* 197 = linux_fstat64 */
|
||||
{ AS(linux_lchown_args), (sy_call_t *)linux_lchown }, /* 198 = linux_lchown */
|
||||
{ 0, (sy_call_t *)linux_getuid }, /* 199 = linux_getuid */
|
||||
{ 0, (sy_call_t *)linux_getgid }, /* 200 = linux_getgid */
|
||||
{ SYF_MPSAFE | 0, (sy_call_t *)linux_getuid }, /* 199 = linux_getuid */
|
||||
{ SYF_MPSAFE | 0, (sy_call_t *)linux_getgid }, /* 200 = linux_getgid */
|
||||
{ 0, (sy_call_t *)geteuid }, /* 201 = geteuid */
|
||||
{ 0, (sy_call_t *)getegid }, /* 202 = getegid */
|
||||
{ AS(setreuid_args), (sy_call_t *)setreuid }, /* 203 = setreuid */
|
||||
|
Loading…
Reference in New Issue
Block a user