[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.97 and 1.98

version 1.97, 2019/10/12 19:57:09 version 1.98, 2019/11/10 13:28:06
Line 204  extern struct pool ksiginfo_pool;
Line 204  extern struct pool ksiginfo_pool;
 /*  /*
  * Modularity / compatibility.   * Modularity / compatibility.
  */   */
 extern void     (*sendsig_sigcontext_vec)(const struct ksiginfo *,  
                                           const sigset_t *);  
 extern int      (*coredump_vec)(struct lwp *, const char *);  extern int      (*coredump_vec)(struct lwp *, const char *);
   
 /*  /*

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

CVSweb <webmaster@jp.NetBSD.org>