[BACK]Return to signal.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/signal.h between version 1.22 and 1.23

version 1.22, 2014/07/12 02:51:52 version 1.23, 2015/11/10 04:30:59
Line 113 
Line 113 
 int     sigreturn(struct sigcontext *);  int     sigreturn(struct sigcontext *);
 int     sigsetmask(int);  int     sigsetmask(int);
 int     sigvec(int, struct sigvec *, struct sigvec *);  int     sigvec(int, struct sigvec *, struct sigvec *);
   int     thrkill(pid_t _tid, int _signum, void *_tcb);
 #endif  #endif
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE >= 420 */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE >= 420 */
 #if __BSD_VISIBLE ||  __POSIX_VISIBLE >= 199309 || __XPG_VISIBLE >= 500  #if __BSD_VISIBLE ||  __POSIX_VISIBLE >= 199309 || __XPG_VISIBLE >= 500

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23