- MFH: Fixed macro redefinition warning

This commit is contained in:
Felipe Pena 2008-11-13 01:35:21 +00:00
parent a94cd6d54f
commit cd5d85856c

View File

@ -503,6 +503,7 @@ static inline realpath_cache_bucket* realpath_cache_find(const char *path, int p
}
/* }}} */
#undef LINK_MAX
#define LINK_MAX 32
static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */