Since we use the same includes as the real system, we now export _fstat()
with 3 arguments instead of fstat(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
007c81ec98
commit
e883af3cda
@ -647,7 +647,7 @@ close(int fd)
|
||||
|
||||
|
||||
int
|
||||
fstat(int fd, struct stat *stat)
|
||||
_fstat(int fd, struct stat *stat, size_t statSize)
|
||||
{
|
||||
if (stat == NULL)
|
||||
return B_BAD_VALUE;
|
||||
|
Loading…
Reference in New Issue
Block a user