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

Diff for /src/include/signal.h between version 1.11 and 1.12

version 1.11, 2007/03/17 21:38:14 version 1.12, 2008/04/29 14:44:04
Line 42 
Line 42 
 #include <sys/types.h>  #include <sys/types.h>
 #endif  #endif
   
   __BEGIN_DECLS
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 extern __const char *__const sys_signame[_NSIG];  extern __const char *__const sys_signame[_NSIG];
 extern __const char *__const sys_siglist[_NSIG];  extern __const char *__const sys_siglist[_NSIG];
 #endif  #endif
   
 __BEGIN_DECLS  
 int     raise(int);  int     raise(int);
 #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE  #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE
 void    (*bsd_signal(int, void (*)(int)))(int);  void    (*bsd_signal(int, void (*)(int)))(int);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12