From c9911a151ed19e7569fbcb9afc7bd9a390202256 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 15 Apr 2000 14:28:48 +0000 Subject: - Change PHP_ to V_ (directory & file functions) --- ext/posix/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/posix/posix.c') diff --git a/ext/posix/posix.c b/ext/posix/posix.c index dbbe242ab5..ca637f5732 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -571,7 +571,7 @@ PHP_FUNCTION(posix_getcwd) char buffer[MAXPATHLEN]; char *p; - p = PHP_GETCWD(buffer, MAXPATHLEN); + p = V_GETCWD(buffer, MAXPATHLEN); if (!p) { php_error(E_WARNING, "posix_getcwd() failed with '%s'", strerror(errno)); -- cgit v1.2.1