[BACK]Return to Lint_swapcontext.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_swapcontext.c between version 1.1 and 1.2

version 1.1, 2001/03/05 23:34:38 version 1.2, 2003/01/18 11:38:47
Line 0 
Line 1 
   /*      $NetBSD$        */
   
   /*
    * This file placed in the public domain.
    * Klaus Klein, November 29, 1998.
    */
   
   #include <ucontext.h>
   
   /*ARGSUSED*/
   int
   swapcontext(oucp, ucp)
           ucontext_t *oucp;
           const ucontext_t *ucp;
   {
   
           return (0);
   }

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

CVSweb <webmaster@jp.NetBSD.org>