mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- oops, wrong one applied, fix build.
This commit is contained in:
parent
f25710db92
commit
6d913a0272
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
|
||||||
#ifdef TSRM_WIN32
|
#ifdef TSRM_WIN32
|
||||||
_set_errno(EINVAL);
|
_set_errno(EINVAL);
|
||||||
#else
|
#else
|
||||||
errno = EINVAL
|
errno = EINVAL;
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue