Changeset 132ab5d1 in mainline for uspace/srv/fs/udf/udf_idx.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/fs/udf/udf_idx.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_idx.c
r8bfb163 r132ab5d1 40 40 #include <assert.h> 41 41 #include <fibril_synch.h> 42 #include < malloc.h>42 #include <stdlib.h> 43 43 #include <adt/hash_table.h> 44 44 #include <adt/hash.h> … … 88 88 /** Initialization of hash table 89 89 * 90 * @return EOK on success or a negativeerror code.90 * @return EOK on success or an error code. 91 91 * 92 92 */ … … 101 101 /** Delete hash table 102 102 * 103 * @return EOK on success or a negativeerror code.103 * @return EOK on success or an error code. 104 104 * 105 105 */ … … 116 116 * @param index Absolute position of ICB (sector) 117 117 * 118 * @return EOK on success or a negativeerror code.118 * @return EOK on success or an error code. 119 119 * 120 120 */ … … 150 150 * @param index Absolute position of ICB (sector) 151 151 * 152 * @return EOK on success or a negativeerror code.152 * @return EOK on success or an error code. 153 153 * 154 154 */ … … 196 196 * @param node UDF node 197 197 * 198 * @return EOK on success or a negativeerror code.198 * @return EOK on success or an error code. 199 199 * 200 200 */
Note:
See TracChangeset
for help on using the changeset viewer.
