3 /*===========================================================================*
5 *===========================================================================*/
6 PUBLIC
int sys_sigsend(proc_nr
, sig_ctxt
)
7 int proc_nr
; /* for which process */
8 struct sigmsg
*sig_ctxt
; /* POSIX style handling */
13 m
.SIG_ENDPT
= proc_nr
;
14 m
.SIG_CTXT_PTR
= (char *) sig_ctxt
;
15 result
= _taskcall(SYSTASK
, SYS_SIGSEND
, &m
);