Changeset 99272a3 in mainline for uspace/lib/libc/generic/vfs/vfs.c
- Timestamp:
- 2009-06-04T10:12:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8b9f88
- Parents:
- 301ff30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
r301ff30 r99272a3 224 224 } 225 225 226 int open_node( inode_t *node, int oflag)226 int open_node(fdi_node_t *node, int oflag) 227 227 { 228 228 futex_down(&vfs_phone_futex); … … 333 333 } 334 334 335 void fd_node(int fildes, inode_t *node)335 void fd_node(int fildes, fdi_node_t *node) 336 336 { 337 337 futex_down(&vfs_phone_futex);
Note:
See TracChangeset
for help on using the changeset viewer.