summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-02-05 02:23:41 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-02-05 02:23:41 +0000
commit4b1239a63fb448a489f71e12523e389e428f02a6 (patch)
tree55f768726796c0e4e83cacede98ef3bb5d16a1b3 /sys/sys/sysproto.h
parent7ef206e1a842032c820ef523ad14364862168a05 (diff)
downloadFreeBSD-src-4b1239a63fb448a489f71e12523e389e428f02a6.zip
FreeBSD-src-4b1239a63fb448a489f71e12523e389e428f02a6.tar.gz
Regenerate.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 96b0926..c3ac333 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.209 2006/02/03 11:48:37 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.210 2006/02/05 02:18:45 davidxu Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1439,6 +1439,10 @@ struct abort2_args {
char nargs_l_[PADL_(int)]; int nargs; char nargs_r_[PADR_(int)];
char args_l_[PADL_(void **)]; void ** args; char args_r_[PADR_(void **)];
};
+struct thr_set_name_args {
+ char id_l_[PADL_(long)]; long id; char id_r_[PADR_(long)];
+ char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_exit(struct thread *, struct sys_exit_args *);
int fork(struct thread *, struct fork_args *);
@@ -1764,6 +1768,7 @@ int mq_timedsend(struct thread *, struct mq_timedsend_args *);
int mq_notify(struct thread *, struct mq_notify_args *);
int mq_unlink(struct thread *, struct mq_unlink_args *);
int abort2(struct thread *, struct abort2_args *);
+int thr_set_name(struct thread *, struct thr_set_name_args *);
#ifdef COMPAT_43
OpenPOWER on IntegriCloud