NetWare LibC has a lstat implementation

This commit is contained in:
Anantha Kesari H Y 2005-02-21 09:56:28 +00:00
parent 459313c26d
commit 3b4d482055

View File

@ -847,7 +847,7 @@ CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC)
return retval;
}
#if !defined(TSRM_WIN32) && !defined(NETWARE)
#if !defined(TSRM_WIN32)
CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC)
{
cwd_state new_state;