mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Replace ssize_t with long, as Win32 lacks proper support for that type.
This commit is contained in:
parent
679f794eb4
commit
8a3eb51a26
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue