svn commit: r297469 - head/sys/compat/cloudabi64

Ed Schouten ed at FreeBSD.org
Thu Mar 31 18:50:54 UTC 2016


Author: ed
Date: Thu Mar 31 18:50:52 2016
New Revision: 297469
URL: https://svnweb.freebsd.org/changeset/base/297469

Log:
  Regenerate system call table after r297468.

Modified:
  head/sys/compat/cloudabi64/cloudabi64_proto.h
  head/sys/compat/cloudabi64/cloudabi64_syscall.h
  head/sys/compat/cloudabi64/cloudabi64_syscalls.c
  head/sys/compat/cloudabi64/cloudabi64_sysent.c

Modified: head/sys/compat/cloudabi64/cloudabi64_proto.h
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_proto.h	Thu Mar 31 18:50:06 2016	(r297468)
+++ head/sys/compat/cloudabi64/cloudabi64_proto.h	Thu Mar 31 18:50:52 2016	(r297469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297252 2016-03-24 21:48:41Z ed 
+ * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297468 2016-03-31 18:50:06Z ed 
  */
 
 #ifndef _CLOUDABI64_SYSPROTO_H_
@@ -43,7 +43,7 @@ struct cloudabi_sys_clock_time_get_args 
 };
 struct cloudabi_sys_condvar_signal_args {
 	char condvar_l_[PADL_(cloudabi_condvar_t *)]; cloudabi_condvar_t * condvar; char condvar_r_[PADR_(cloudabi_condvar_t *)];
-	char scope_l_[PADL_(cloudabi_mflags_t)]; cloudabi_mflags_t scope; char scope_r_[PADR_(cloudabi_mflags_t)];
+	char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)];
 	char nwaiters_l_[PADL_(cloudabi_nthreads_t)]; cloudabi_nthreads_t nwaiters; char nwaiters_r_[PADR_(cloudabi_nthreads_t)];
 };
 struct cloudabi_sys_fd_close_args {
@@ -194,7 +194,7 @@ struct cloudabi_sys_file_unlink_args {
 };
 struct cloudabi_sys_lock_unlock_args {
 	char lock_l_[PADL_(cloudabi_lock_t *)]; cloudabi_lock_t * lock; char lock_r_[PADR_(cloudabi_lock_t *)];
-	char scope_l_[PADL_(cloudabi_mflags_t)]; cloudabi_mflags_t scope; char scope_r_[PADR_(cloudabi_mflags_t)];
+	char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)];
 };
 struct cloudabi_sys_mem_advise_args {
 	char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)];
@@ -300,7 +300,7 @@ struct cloudabi64_sys_thread_create_args
 };
 struct cloudabi_sys_thread_exit_args {
 	char lock_l_[PADL_(cloudabi_lock_t *)]; cloudabi_lock_t * lock; char lock_r_[PADR_(cloudabi_lock_t *)];
-	char scope_l_[PADL_(cloudabi_mflags_t)]; cloudabi_mflags_t scope; char scope_r_[PADR_(cloudabi_mflags_t)];
+	char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)];
 };
 struct cloudabi_sys_thread_tcb_set_args {
 	char tcb_l_[PADL_(void *)]; void * tcb; char tcb_r_[PADR_(void *)];

Modified: head/sys/compat/cloudabi64/cloudabi64_syscall.h
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_syscall.h	Thu Mar 31 18:50:06 2016	(r297468)
+++ head/sys/compat/cloudabi64/cloudabi64_syscall.h	Thu Mar 31 18:50:52 2016	(r297469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297252 2016-03-24 21:48:41Z ed 
+ * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297468 2016-03-31 18:50:06Z ed 
  */
 
 #define	CLOUDABI64_SYS_cloudabi_sys_clock_res_get	0

Modified: head/sys/compat/cloudabi64/cloudabi64_syscalls.c
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_syscalls.c	Thu Mar 31 18:50:06 2016	(r297468)
+++ head/sys/compat/cloudabi64/cloudabi64_syscalls.c	Thu Mar 31 18:50:52 2016	(r297469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297252 2016-03-24 21:48:41Z ed 
+ * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297468 2016-03-31 18:50:06Z ed 
  */
 
 const char *cloudabi64_syscallnames[] = {

Modified: head/sys/compat/cloudabi64/cloudabi64_sysent.c
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_sysent.c	Thu Mar 31 18:50:06 2016	(r297468)
+++ head/sys/compat/cloudabi64/cloudabi64_sysent.c	Thu Mar 31 18:50:52 2016	(r297469)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297252 2016-03-24 21:48:41Z ed 
+ * created from FreeBSD: head/sys/contrib/cloudabi/syscalls.master 297468 2016-03-31 18:50:06Z ed 
  */
 
 #include <sys/sysent.h>


More information about the svn-src-all mailing list