mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
minor AIX fix
This commit is contained in:
@@ -1033,7 +1033,7 @@ CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC)
|
||||
* realpath() function.
|
||||
*/
|
||||
#if defined(__osf__) || defined(_AIX)
|
||||
char *php_realpath_hack(char *src, char *dest)
|
||||
char *php_realpath_hack(const char *src, char *dest)
|
||||
{
|
||||
char *ret;
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ CWD_API int virtual_access(const char *pathname, int mode TSRMLS_DC);
|
||||
#endif
|
||||
|
||||
#if defined(__osf__) || defined(_AIX)
|
||||
char *php_realpath_hack(char *src, char *dest);
|
||||
char *php_realpath_hack(const char *src, char *dest);
|
||||
#endif
|
||||
|
||||
#if HAVE_UTIME
|
||||
|
||||
Reference in New Issue
Block a user