Add missing #endif in stubs

This slipped away during the rebase of 5171cb435a
This commit is contained in:
George Peter Banyard 2022-04-01 16:26:38 +01:00
parent 5171cb435a
commit 083b64efb5
2 changed files with 95 additions and 1112 deletions

View file

@ -1333,6 +1333,7 @@ function chmod(string $filename, int $permissions): bool {}
#ifdef HAVE_UTIME
function touch(string $filename, ?int $mtime = null, ?int $atime = null): bool {}
#endif
function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {}

File diff suppressed because it is too large Load diff