[BACK]Return to _errno.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/_errno.c between version 1.8 and 1.9

version 1.8, 1999/12/10 17:27:28 version 1.9, 2000/12/10 03:52:16
Line 38 
Line 38 
   
 #include <errno.h>  #include <errno.h>
   
   #undef errno
   extern int errno;
   
 int *  int *
 __errno(void)  __errno(void)
 {  {
 #undef errno  
         extern int errno;  
   
         return &errno;          return &errno;
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>