[BACK]Return to signalvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/signalvar.h between version 1.93 and 1.93.2.1

version 1.93, 2019/05/03 22:34:21 version 1.93.2.1, 2019/10/15 18:32:13
Line 136  void killproc(struct proc *, const char 
Line 136  void killproc(struct proc *, const char 
 void    setsigvec(struct proc *, int, struct sigaction *);  void    setsigvec(struct proc *, int, struct sigaction *);
 int     killpg1(struct lwp *, struct ksiginfo *, int, int);  int     killpg1(struct lwp *, struct ksiginfo *, int, int);
 void    proc_unstop(struct proc *p);  void    proc_unstop(struct proc *p);
 void    eventswitch(int);  void    eventswitch(int, int, int);
 void    sigswitch(int, int, bool);  void    sigswitch(int, int, bool);
   
   

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.93.2.1

CVSweb <webmaster@jp.NetBSD.org>