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:
Axel Dörfler 2004-05-10 16:48:33 +00:00
parent 007c81ec98
commit e883af3cda

View File

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