summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-01 17:41:45 +0000
committerbde <bde@FreeBSD.org>2002-02-01 17:41:45 +0000
commitb50e6bc8e50f2345eff2267c2dd9d57792b5d524 (patch)
tree391e4fe25bb9744efe47833288044094c5fcd0bd /sys/sys/sysproto.h
parentc1d433597ed278a384a9a3bbf9bd2f566c2cd19b (diff)
downloadFreeBSD-src-b50e6bc8e50f2345eff2267c2dd9d57792b5d524.zip
FreeBSD-src-b50e6bc8e50f2345eff2267c2dd9d57792b5d524.tar.gz
Regenerate to make osigreturn standard.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 38099a0..4721764 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.101 2001/12/29 07:13:45 alfred Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.102 2002/02/01 17:27:14 bde Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -361,6 +361,9 @@ struct getpriority_args {
char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];
};
+struct osigreturn_args {
+ char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PADR_(struct osigcontext *)];
+};
struct bind_args {
char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
char name_l_[PADL_(caddr_t)]; caddr_t name; char name_r_[PADR_(caddr_t)];
@@ -1165,6 +1168,7 @@ int setpriority __P((struct thread *, struct setpriority_args *));
int socket __P((struct thread *, struct socket_args *));
int connect __P((struct thread *, struct connect_args *));
int getpriority __P((struct thread *, struct getpriority_args *));
+int osigreturn __P((struct thread *, struct osigreturn_args *));
int bind __P((struct thread *, struct bind_args *));
int setsockopt __P((struct thread *, struct setsockopt_args *));
int listen __P((struct thread *, struct listen_args *));
@@ -1396,9 +1400,6 @@ struct orecv_args {
char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
-struct osigreturn_args {
- char sigcntxp_l_[PADL_(struct osigcontext *)]; struct osigcontext * sigcntxp; char sigcntxp_r_[PADR_(struct osigcontext *)];
-};
struct osigvec_args {
char signum_l_[PADL_(int)]; int signum; char signum_r_[PADR_(int)];
char nsv_l_[PADL_(struct sigvec *)]; struct sigvec * nsv; char nsv_r_[PADR_(struct sigvec *)];
@@ -1478,7 +1479,6 @@ int osethostname __P((struct thread *, struct sethostname_args *));
int oaccept __P((struct thread *, struct accept_args *));
int osend __P((struct thread *, struct osend_args *));
int orecv __P((struct thread *, struct orecv_args *));
-int osigreturn __P((struct thread *, struct osigreturn_args *));
int osigvec __P((struct thread *, struct osigvec_args *));
int osigblock __P((struct thread *, struct osigblock_args *));
int osigsetmask __P((struct thread *, struct osigsetmask_args *));
OpenPOWER on IntegriCloud