mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Replace ssize_t with long, as Win32 lacks proper support for that type.
This commit is contained in:
@@ -246,7 +246,7 @@ PS_CLOSE_FUNC(files)
|
||||
|
||||
PS_READ_FUNC(files)
|
||||
{
|
||||
ssize_t n;
|
||||
long n;
|
||||
struct stat sbuf;
|
||||
PS_FILES_DATA;
|
||||
|
||||
@@ -276,7 +276,7 @@ PS_READ_FUNC(files)
|
||||
|
||||
PS_WRITE_FUNC(files)
|
||||
{
|
||||
ssize_t n;
|
||||
long n;
|
||||
PS_FILES_DATA;
|
||||
|
||||
ps_files_open(data, key);
|
||||
|
||||
Reference in New Issue
Block a user