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

Diff for /src/include/setjmp.h between version 1.6 and 1.7

version 1.6, 2012/09/26 00:09:48 version 1.7, 2016/05/23 00:18:56
Line 61 
Line 61 
 #if __BSD_VISIBLE || __XPG_VISIBLE  #if __BSD_VISIBLE || __XPG_VISIBLE
 __returns_twice int     _setjmp(jmp_buf);  __returns_twice int     _setjmp(jmp_buf);
 __dead void     _longjmp(jmp_buf, int);  __dead void     _longjmp(jmp_buf, int);
 void    longjmperror(void);  
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE */
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7