]> granicus.if.org Git - php/commitdiff
- Forgot to fix non-ZTS CHDIR_FILE macro
authorZeev Suraski <zeev@php.net>
Sun, 27 Aug 2000 18:06:12 +0000 (18:06 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 27 Aug 2000 18:06:12 +0000 (18:06 +0000)
main/php.h

index 4d5792559757c069eebecebee3fb6ec843d2885a..906fca8811eabb2b6904363f39514777be3179aa 100644 (file)
@@ -344,7 +344,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #define V_OPEN(open_args) open open_args
 #define V_CREAT(path, mode) creat(path, mode)
 #define V_CHDIR(path) chdir(path)
-#define V_CHDIR_FILE(path) virtual_real_chdir_file(path, chdir)
+#define V_CHDIR_FILE(path) virtual_chdir_file(path, chdir)
 #define V_GETWD(buf) getwd(buf)
 #define V_STAT(path, buff) stat(path, buff)
 #define V_LSTAT(path, buff) lstat(path, buff)