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

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

Diff for /src/include/signal.h between version 1.39 and 1.40

version 1.39, 2004/12/10 16:40:40 version 1.40, 2004/12/31 18:06:16
Line 201  void psignal __P((unsigned int, const ch
Line 201  void psignal __P((unsigned int, const ch
 #endif /* __PSIGNAL_DECLARED */  #endif /* __PSIGNAL_DECLARED */
 int     sigblock __P((int));  int     sigblock __P((int));
 #ifdef __LIBC12_SOURCE__  #ifdef __LIBC12_SOURCE__
   struct sigcontext13;
 int     sigreturn __P((struct sigcontext13 *));  int     sigreturn __P((struct sigcontext13 *));
 #ifndef __HAVE_SIGINFO  #ifndef __HAVE_SIGINFO
   struct sigcontext;
 int     __sigreturn14 __P((struct sigcontext *));  int     __sigreturn14 __P((struct sigcontext *));
 #endif  #endif
 #else  #else
 #ifndef __HAVE_SIGINFO  #ifndef __HAVE_SIGINFO
   struct sigcontext;
 int     sigreturn __P((struct sigcontext *)) __RENAME(__sigreturn14);  int     sigreturn __P((struct sigcontext *)) __RENAME(__sigreturn14);
 #endif  #endif
 #endif  #endif

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>