[BACK]Return to getcwd.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/getcwd.c between version 1.46.2.1 and 1.46.2.2

version 1.46.2.1, 2011/02/08 16:18:59 version 1.46.2.2, 2011/02/17 11:59:22
Line 58  __weak_alias(getcwd,_sys_getcwd)
Line 58  __weak_alias(getcwd,_sys_getcwd)
 __weak_alias(_getcwd,_sys_getcwd)  __weak_alias(_getcwd,_sys_getcwd)
 __weak_alias(realpath,_realpath)  __weak_alias(realpath,_realpath)
   
 #if defined(_FORTIFY_SOURCE) && !defined(__lint__)  #if !defined(lint)
 #undef getcwd  #undef getcwd
 #define getcwd _sys_getcwd  #define getcwd _sys_getcwd
   #if !defined(_FORTIFY_SOURCE)
   char *_sys_getcwd(char *, size_t);
 #endif  #endif
   
 #endif  #endif
   #endif
   
 /*  /*
  * char *realpath(const char *path, char resolved[MAXPATHLEN]);   * char *realpath(const char *path, char resolved[MAXPATHLEN]);

Legend:
Removed from v.1.46.2.1  
changed lines
  Added in v.1.46.2.2

CVSweb <webmaster@jp.NetBSD.org>