mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Unresolved external php_if_ftruncate on Win32
This commit is contained in:
parent
1ceb19f196
commit
57f3e61220
@ -11,7 +11,7 @@ int flock(int fd, int operation);
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# define fsync _commit
|
||||
# define ftruncate chsize
|
||||
# define ftruncate(a,b) chsize(a,b)
|
||||
#endif /* defined(PHP_WIN32) */
|
||||
|
||||
#if !HAVE_INET_ATON
|
||||
|
Loading…
Reference in New Issue
Block a user