From c86ec8b1a95e9c4716bffff816427419f295183c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 20 Aug 2000 12:49:56 +0000 Subject: Add virtual_real_chdir_file. Silly name for a useful function. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 0fa464dc14..b0b25500d5 100644 --- a/main/php.h +++ b/main/php.h @@ -324,7 +324,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) chdir_file(path) +#define V_CHDIR_FILE(path) virtual_real_chdir_file(path) #define V_GETWD(buf) getwd(buf) #define V_STAT(path, buff) stat(path, buff) #define V_LSTAT(path, buff) lstat(path, buff) -- cgit v1.2.1