Unresolved external php_if_ftruncate on Win32

This commit is contained in:
Sam Ruby 2000-03-07 14:41:33 +00:00
parent 1ceb19f196
commit 57f3e61220

View File

@ -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