Rev 3150 | Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3150 | Rev 3219 | ||
|---|---|---|---|
| Line 220... | Line 220... | ||
| 220 | } |
220 | } |
| 221 | async_wait_for(req, &rc); |
221 | async_wait_for(req, &rc); |
| 222 | async_serialize_end(); |
222 | async_serialize_end(); |
| 223 | futex_up(&vfs_phone_futex); |
223 | futex_up(&vfs_phone_futex); |
| 224 | free(pa); |
224 | free(pa); |
| - | 225 | ||
| - | 226 | if (rc != EOK) return (int) rc; |
|
| 225 | return (int) IPC_GET_ARG1(answer); |
227 | return (int) IPC_GET_ARG1(answer); |
| 226 | } |
228 | } |
| 227 | 229 | ||
| 228 | int open(const char *path, int oflag, ...) |
230 | int open(const char *path, int oflag, ...) |
| 229 | { |
231 | { |