| version 1.48, 2011/02/15 16:29:09 |
version 1.49, 2011/02/16 20:20:25 |
| 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(lint) |
| #undef getcwd |
#undef getcwd |
| #define getcwd _sys_getcwd |
#define getcwd _sys_getcwd |
| #if !defined(_FORTIFY_SOURCE) |
#if !defined(_FORTIFY_SOURCE) |
| Line 65 char *_sys_getcwd(char *, size_t); |
|
| Line 66 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]); |