Regen for r283392.

This commit is contained in:
Dmitry Chagin 2015-05-24 15:05:22 +00:00
parent 28ca9c9e0b
commit 18599d43e9
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283379 2015-05-24 14:45:57Z dchagin
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283392 2015-05-24 15:04:12Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@ -360,7 +360,7 @@ struct linux_wait4_args {
char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
char options_l_[PADL_(l_int)]; l_int options; char options_r_[PADR_(l_int)];
char rusage_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)];
char rusage_l_[PADL_(void *)]; void * rusage; char rusage_r_[PADR_(void *)];
};
struct linux_swapoff_args {
register_t dummy;

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283379 2015-05-24 14:45:57Z dchagin
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283392 2015-05-24 15:04:12Z dchagin
*/
#define LINUX_SYS_linux_exit 1

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283379 2015-05-24 14:45:57Z dchagin
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283392 2015-05-24 15:04:12Z dchagin
*/
const char *linux_syscallnames[] = {

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283379 2015-05-24 14:45:57Z dchagin
* created from FreeBSD: head/sys/i386/linux/syscalls.master 283392 2015-05-24 15:04:12Z dchagin
*/
#include <sys/param.h>

View File

@ -792,7 +792,7 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
iarg[0] = p->pid; /* l_pid_t */
uarg[1] = (intptr_t) p->status; /* l_int * */
iarg[2] = p->options; /* l_int */
uarg[3] = (intptr_t) p->rusage; /* struct l_rusage * */
uarg[3] = (intptr_t) p->rusage; /* void * */
*n_args = 4;
break;
}
@ -3548,7 +3548,7 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
p = "l_int";
break;
case 3:
p = "struct l_rusage *";
p = "void *";
break;
default:
break;