Rev 4587 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4587 | Rev 4680 | ||
---|---|---|---|
Line 364... | Line 364... | ||
364 | } |
364 | } |
365 | 365 | ||
366 | int fstat(int fildes, struct stat *stat) |
366 | int fstat(int fildes, struct stat *stat) |
367 | { |
367 | { |
368 | ipcarg_t rc; |
368 | ipcarg_t rc; |
369 | ipc_call_t answer; |
- | |
370 | aid_t req; |
369 | aid_t req; |
371 | 370 | ||
372 | futex_down(&vfs_phone_futex); |
371 | futex_down(&vfs_phone_futex); |
373 | async_serialize_start(); |
372 | async_serialize_start(); |
374 | vfs_connect(); |
373 | vfs_connect(); |