Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4680 → Rev 4671

/trunk/uspace/lib/libc/generic/vfs/vfs.c
366,6 → 366,7
int fstat(int fildes, struct stat *stat)
{
ipcarg_t rc;
ipc_call_t answer;
aid_t req;
 
futex_down(&vfs_phone_futex);