mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
coerce
This commit is contained in:
parent
9cde3cf3b5
commit
f61563846d
@ -258,7 +258,7 @@ fhandler_socket::fstat (struct __stat64 *buf, path_conv *pc)
|
|||||||
{
|
{
|
||||||
int res = fhandler_base::fstat (buf, pc);
|
int res = fhandler_base::fstat (buf, pc);
|
||||||
if (!res)
|
if (!res)
|
||||||
buf->st_ino = get_handle ();
|
buf->st_ino = (ino_t) get_handle ();
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user