summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 0f26245..5c4d5c9 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -1072,6 +1072,7 @@ struct kse_create_args {
};
struct kse_thr_interrupt_args {
char tmbx_l_[PADL_(struct kse_thr_mailbox *)]; struct kse_thr_mailbox * tmbx; char tmbx_r_[PADR_(struct kse_thr_mailbox *)];
+ char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
};
struct kse_release_args {
char timeout_l_[PADL_(struct timespec *)]; struct timespec * timeout; char timeout_r_[PADR_(struct timespec *)];
OpenPOWER on IntegriCloud