[BACK]Return to Lint___setjmp14.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/Lint___setjmp14.c between version 1.2 and 1.3

version 1.2, 2000/06/14 06:49:05 version 1.3, 2005/04/09 12:48:58
Line 9 
Line 9 
   
 /*ARGSUSED*/  /*ARGSUSED*/
 int  int
 __setjmp14(env)  __setjmp14(jmp_buf env)
         jmp_buf env;  
 {  {
         return (0);          return 0;
 }  }
   
 /*ARGSUSED*/  /*ARGSUSED*/
 void  void
 __longjmp14(env, val)  __longjmp14(jmp_buf env, int val)
         jmp_buf env;  
         int val;  
 {  {
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>