Regen.
This commit is contained in:
parent
48a43ae819
commit
74d9b5a551
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183270 2008-09-22 16:09:16Z obrien
|
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183270 2008-09-22 16:09:16Z obrien
|
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FREEBSD32_SYS_syscall 0
|
#define FREEBSD32_SYS_syscall 0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183270 2008-09-22 16:09:16Z obrien
|
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const char *freebsd32_syscallnames[] = {
|
const char *freebsd32_syscallnames[] = {
|
||||||
@ -217,16 +217,16 @@ const char *freebsd32_syscallnames[] = {
|
|||||||
"getpgid", /* 207 = getpgid */
|
"getpgid", /* 207 = getpgid */
|
||||||
"#208", /* 208 = newreboot */
|
"#208", /* 208 = newreboot */
|
||||||
"poll", /* 209 = poll */
|
"poll", /* 209 = poll */
|
||||||
"#210", /* 210 = */
|
"lkmnosys", /* 210 = lkmnosys */
|
||||||
"#211", /* 211 = */
|
"lkmnosys", /* 211 = lkmnosys */
|
||||||
"#212", /* 212 = */
|
"lkmnosys", /* 212 = lkmnosys */
|
||||||
"#213", /* 213 = */
|
"lkmnosys", /* 213 = lkmnosys */
|
||||||
"#214", /* 214 = */
|
"lkmnosys", /* 214 = lkmnosys */
|
||||||
"#215", /* 215 = */
|
"lkmnosys", /* 215 = lkmnosys */
|
||||||
"#216", /* 216 = */
|
"lkmnosys", /* 216 = lkmnosys */
|
||||||
"#217", /* 217 = */
|
"lkmnosys", /* 217 = lkmnosys */
|
||||||
"#218", /* 218 = */
|
"lkmnosys", /* 218 = lkmnosys */
|
||||||
"#219", /* 219 = */
|
"lkmnosys", /* 219 = lkmnosys */
|
||||||
"freebsd32_semctl", /* 220 = freebsd32_semctl */
|
"freebsd32_semctl", /* 220 = freebsd32_semctl */
|
||||||
"semget", /* 221 = semget */
|
"semget", /* 221 = semget */
|
||||||
"semop", /* 222 = semop */
|
"semop", /* 222 = semop */
|
||||||
@ -377,7 +377,7 @@ const char *freebsd32_syscallnames[] = {
|
|||||||
"#367", /* 367 = __cap_get_file */
|
"#367", /* 367 = __cap_get_file */
|
||||||
"#368", /* 368 = __cap_set_fd */
|
"#368", /* 368 = __cap_set_fd */
|
||||||
"#369", /* 369 = __cap_set_file */
|
"#369", /* 369 = __cap_set_file */
|
||||||
"#370", /* 370 = lkmressys */
|
"#370", /* 370 = nosys */
|
||||||
"extattr_set_fd", /* 371 = extattr_set_fd */
|
"extattr_set_fd", /* 371 = extattr_set_fd */
|
||||||
"extattr_get_fd", /* 372 = extattr_get_fd */
|
"extattr_get_fd", /* 372 = extattr_get_fd */
|
||||||
"extattr_delete_fd", /* 373 = extattr_delete_fd */
|
"extattr_delete_fd", /* 373 = extattr_delete_fd */
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183270 2008-09-22 16:09:16Z obrien
|
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_compat.h"
|
#include "opt_compat.h"
|
||||||
@ -248,16 +248,16 @@ struct sysent freebsd32_sysent[] = {
|
|||||||
{ AS(getpgid_args), (sy_call_t *)getpgid, AUE_GETPGID, NULL, 0, 0 }, /* 207 = getpgid */
|
{ AS(getpgid_args), (sy_call_t *)getpgid, AUE_GETPGID, NULL, 0, 0 }, /* 207 = getpgid */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 208 = newreboot */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 208 = newreboot */
|
||||||
{ AS(poll_args), (sy_call_t *)poll, AUE_POLL, NULL, 0, 0 }, /* 209 = poll */
|
{ AS(poll_args), (sy_call_t *)poll, AUE_POLL, NULL, 0, 0 }, /* 209 = poll */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 210 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 210 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 211 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 211 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 212 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 212 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 213 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 213 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 214 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 214 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 215 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 215 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 216 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 216 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 217 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 217 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 218 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 218 = lkmnosys */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 219 = */
|
{ AS(nosys_args), (sy_call_t *)lkmnosys, AUE_NULL, NULL, 0, 0 }, /* 219 = lkmnosys */
|
||||||
{ AS(freebsd32_semctl_args), (sy_call_t *)freebsd32_semctl, AUE_SEMCTL, NULL, 0, 0 }, /* 220 = freebsd32_semctl */
|
{ AS(freebsd32_semctl_args), (sy_call_t *)freebsd32_semctl, AUE_SEMCTL, NULL, 0, 0 }, /* 220 = freebsd32_semctl */
|
||||||
{ AS(semget_args), (sy_call_t *)semget, AUE_SEMGET, NULL, 0, 0 }, /* 221 = semget */
|
{ AS(semget_args), (sy_call_t *)semget, AUE_SEMGET, NULL, 0, 0 }, /* 221 = semget */
|
||||||
{ AS(semop_args), (sy_call_t *)semop, AUE_SEMOP, NULL, 0, 0 }, /* 222 = semop */
|
{ AS(semop_args), (sy_call_t *)semop, AUE_SEMOP, NULL, 0, 0 }, /* 222 = semop */
|
||||||
@ -408,7 +408,7 @@ struct sysent freebsd32_sysent[] = {
|
|||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 367 = __cap_get_file */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 367 = __cap_get_file */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 368 = __cap_set_fd */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 368 = __cap_set_fd */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 369 = __cap_set_file */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 369 = __cap_set_file */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 370 = lkmressys */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 370 = nosys */
|
||||||
{ AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd, AUE_EXTATTR_SET_FD, NULL, 0, 0 }, /* 371 = extattr_set_fd */
|
{ AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd, AUE_EXTATTR_SET_FD, NULL, 0, 0 }, /* 371 = extattr_set_fd */
|
||||||
{ AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd, AUE_EXTATTR_GET_FD, NULL, 0, 0 }, /* 372 = extattr_get_fd */
|
{ AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd, AUE_EXTATTR_GET_FD, NULL, 0, 0 }, /* 372 = extattr_get_fd */
|
||||||
{ AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd, AUE_EXTATTR_DELETE_FD, NULL, 0, 0 }, /* 373 = extattr_delete_fd */
|
{ AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd, AUE_EXTATTR_DELETE_FD, NULL, 0, 0 }, /* 373 = extattr_delete_fd */
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/kern/syscalls.master 182123 2008-08-24 21:20:35Z rwatson
|
* created from FreeBSD: head/sys/kern/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_compat.h"
|
#include "opt_compat.h"
|
||||||
@ -398,7 +398,7 @@ struct sysent sysent[] = {
|
|||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 367 = __cap_get_file */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 367 = __cap_get_file */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 368 = __cap_set_fd */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 368 = __cap_set_fd */
|
||||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 369 = __cap_set_file */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 369 = __cap_set_file */
|
||||||
{ AS(nosys_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 370 = lkmressys */
|
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 370 = nosys */
|
||||||
{ AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd, AUE_EXTATTR_SET_FD, NULL, 0, 0 }, /* 371 = extattr_set_fd */
|
{ AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd, AUE_EXTATTR_SET_FD, NULL, 0, 0 }, /* 371 = extattr_set_fd */
|
||||||
{ AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd, AUE_EXTATTR_GET_FD, NULL, 0, 0 }, /* 372 = extattr_get_fd */
|
{ AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd, AUE_EXTATTR_GET_FD, NULL, 0, 0 }, /* 372 = extattr_get_fd */
|
||||||
{ AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd, AUE_EXTATTR_DELETE_FD, NULL, 0, 0 }, /* 373 = extattr_delete_fd */
|
{ AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd, AUE_EXTATTR_DELETE_FD, NULL, 0, 0 }, /* 373 = extattr_delete_fd */
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/kern/syscalls.master 182123 2008-08-24 21:20:35Z rwatson
|
* created from FreeBSD: head/sys/kern/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const char *syscallnames[] = {
|
const char *syscallnames[] = {
|
||||||
@ -377,7 +377,7 @@ const char *syscallnames[] = {
|
|||||||
"#367", /* 367 = __cap_get_file */
|
"#367", /* 367 = __cap_get_file */
|
||||||
"#368", /* 368 = __cap_set_fd */
|
"#368", /* 368 = __cap_set_fd */
|
||||||
"#369", /* 369 = __cap_set_file */
|
"#369", /* 369 = __cap_set_file */
|
||||||
"lkmressys", /* 370 = lkmressys */
|
"#370", /* 370 = nosys */
|
||||||
"extattr_set_fd", /* 371 = extattr_set_fd */
|
"extattr_set_fd", /* 371 = extattr_set_fd */
|
||||||
"extattr_get_fd", /* 372 = extattr_get_fd */
|
"extattr_get_fd", /* 372 = extattr_get_fd */
|
||||||
"extattr_delete_fd", /* 373 = extattr_delete_fd */
|
"extattr_delete_fd", /* 373 = extattr_delete_fd */
|
||||||
|
@ -2016,11 +2016,6 @@ systrace_args(int sysnum, void *params, u_int64_t *uarg, int *n_args)
|
|||||||
*n_args = 6;
|
*n_args = 6;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* lkmressys */
|
|
||||||
case 370: {
|
|
||||||
*n_args = 0;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
/* extattr_set_fd */
|
/* extattr_set_fd */
|
||||||
case 371: {
|
case 371: {
|
||||||
struct extattr_set_fd_args *p = params;
|
struct extattr_set_fd_args *p = params;
|
||||||
@ -6306,9 +6301,6 @@ systrace_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
|||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
/* lkmressys */
|
|
||||||
case 370:
|
|
||||||
break;
|
|
||||||
/* extattr_set_fd */
|
/* extattr_set_fd */
|
||||||
case 371:
|
case 371:
|
||||||
switch(ndx) {
|
switch(ndx) {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/kern/syscalls.master 182123 2008-08-24 21:20:35Z rwatson
|
* created from FreeBSD: head/sys/kern/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SYS_syscall 0
|
#define SYS_syscall 0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# FreeBSD system call names.
|
# FreeBSD system call names.
|
||||||
# DO NOT EDIT-- this file is automatically generated.
|
# DO NOT EDIT-- this file is automatically generated.
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# created from FreeBSD: head/sys/kern/syscalls.master 182123 2008-08-24 21:20:35Z rwatson
|
# created from FreeBSD: head/sys/kern/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
MIASM = \
|
MIASM = \
|
||||||
syscall.o \
|
syscall.o \
|
||||||
exit.o \
|
exit.o \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
* created from FreeBSD: head/sys/kern/syscalls.master 182123 2008-08-24 21:20:35Z rwatson
|
* created from FreeBSD: head/sys/kern/syscalls.master 183361 2008-09-25 20:07:42Z jhb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_SYSPROTO_H_
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
@ -1774,7 +1774,6 @@ int undelete(struct thread *, struct undelete_args *);
|
|||||||
int futimes(struct thread *, struct futimes_args *);
|
int futimes(struct thread *, struct futimes_args *);
|
||||||
int getpgid(struct thread *, struct getpgid_args *);
|
int getpgid(struct thread *, struct getpgid_args *);
|
||||||
int poll(struct thread *, struct poll_args *);
|
int poll(struct thread *, struct poll_args *);
|
||||||
int lkmnosys(struct thread *, struct nosys_args *);
|
|
||||||
int __semctl(struct thread *, struct __semctl_args *);
|
int __semctl(struct thread *, struct __semctl_args *);
|
||||||
int semget(struct thread *, struct semget_args *);
|
int semget(struct thread *, struct semget_args *);
|
||||||
int semop(struct thread *, struct semop_args *);
|
int semop(struct thread *, struct semop_args *);
|
||||||
@ -1871,7 +1870,6 @@ int getresuid(struct thread *, struct getresuid_args *);
|
|||||||
int getresgid(struct thread *, struct getresgid_args *);
|
int getresgid(struct thread *, struct getresgid_args *);
|
||||||
int kqueue(struct thread *, struct kqueue_args *);
|
int kqueue(struct thread *, struct kqueue_args *);
|
||||||
int kevent(struct thread *, struct kevent_args *);
|
int kevent(struct thread *, struct kevent_args *);
|
||||||
int lkmressys(struct thread *, struct nosys_args *);
|
|
||||||
int extattr_set_fd(struct thread *, struct extattr_set_fd_args *);
|
int extattr_set_fd(struct thread *, struct extattr_set_fd_args *);
|
||||||
int extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
|
int extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
|
||||||
int extattr_delete_fd(struct thread *, struct extattr_delete_fd_args *);
|
int extattr_delete_fd(struct thread *, struct extattr_delete_fd_args *);
|
||||||
@ -2357,7 +2355,6 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
|
|||||||
#define SYS_AUE_futimes AUE_FUTIMES
|
#define SYS_AUE_futimes AUE_FUTIMES
|
||||||
#define SYS_AUE_getpgid AUE_GETPGID
|
#define SYS_AUE_getpgid AUE_GETPGID
|
||||||
#define SYS_AUE_poll AUE_POLL
|
#define SYS_AUE_poll AUE_POLL
|
||||||
#define SYS_AUE_lkmnosys AUE_NULL
|
|
||||||
#define SYS_AUE___semctl AUE_SEMCTL
|
#define SYS_AUE___semctl AUE_SEMCTL
|
||||||
#define SYS_AUE_semget AUE_SEMGET
|
#define SYS_AUE_semget AUE_SEMGET
|
||||||
#define SYS_AUE_semop AUE_SEMOP
|
#define SYS_AUE_semop AUE_SEMOP
|
||||||
@ -2454,7 +2451,6 @@ int freebsd4_sigreturn(struct thread *, struct freebsd4_sigreturn_args *);
|
|||||||
#define SYS_AUE_getresgid AUE_GETRESGID
|
#define SYS_AUE_getresgid AUE_GETRESGID
|
||||||
#define SYS_AUE_kqueue AUE_KQUEUE
|
#define SYS_AUE_kqueue AUE_KQUEUE
|
||||||
#define SYS_AUE_kevent AUE_NULL
|
#define SYS_AUE_kevent AUE_NULL
|
||||||
#define SYS_AUE_lkmressys AUE_NULL
|
|
||||||
#define SYS_AUE_extattr_set_fd AUE_EXTATTR_SET_FD
|
#define SYS_AUE_extattr_set_fd AUE_EXTATTR_SET_FD
|
||||||
#define SYS_AUE_extattr_get_fd AUE_EXTATTR_GET_FD
|
#define SYS_AUE_extattr_get_fd AUE_EXTATTR_GET_FD
|
||||||
#define SYS_AUE_extattr_delete_fd AUE_EXTATTR_DELETE_FD
|
#define SYS_AUE_extattr_delete_fd AUE_EXTATTR_DELETE_FD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user