Changeset 777832e in mainline for uspace/lib/posix/src/internal/common.h
- Timestamp:
- 2018-06-21T12:27:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 296890f3
- Parents:
- 7d7bc09
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-20 19:26:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-21 12:27:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/internal/common.h
r7d7bc09 r777832e 66 66 } 67 67 68 extern aoff64_t posix_pos[ MAX_OPEN_FILES];68 extern aoff64_t posix_pos[VFS_MAX_OPEN_FILES]; 69 69 70 70 #endif /* LIBPOSIX_COMMON_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.