Changeset 26360f7 in mainline for uspace/srv/vfs
- Timestamp:
- 2009-06-12T19:44:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1806e5d
- Parents:
- 9ae22ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_file.c
r9ae22ba r26360f7 41 41 #include <assert.h> 42 42 #include <bool.h> 43 #include <fibril.h> 43 44 #include <fibril_sync.h> 44 45 #include "vfs.h" … … 59 60 * don't need to protect it by a futex. 60 61 */ 61 __threadvfs_file_t **files = NULL;62 fibril_local vfs_file_t **files = NULL; 62 63 63 64 /** Initialize the table of open files. */
Note:
See TracChangeset
for help on using the changeset viewer.