|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.23, 1999/09/20 04:38:59 | version 1.24, 2000/01/22 22:19:10 | ||
|---|---|---|---|
|
|
||
| #include "extern.h" | #include "extern.h" | ||
| #ifdef __weak_alias | #ifdef __weak_alias | ||
| __weak_alias(getcwd,_getcwd); | __weak_alias(getcwd,_getcwd) | ||
| __weak_alias(realpath,_realpath); | __weak_alias(realpath,_realpath) | ||
| #endif | #endif | ||
| #define ISDOT(dp) \ | #define ISDOT(dp) \ |