Changes in uspace/app/sbi/src/program.c [c5cb943d:074444f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/program.c
rc5cb943d r074444f 85 85 * is read from '<libdir>/libflist'. Each line of the file contains one file 86 86 * name relative to <libdir>. 87 *88 * @param program The program to which the parsed code is added.89 * @return EOK on success, EIO if some file comprising the90 * library is not found, EINVAL if the library91 * has syntax errors.92 87 */ 93 88 int program_lib_process(stree_program_t *program) … … 152 147 fclose(f); 153 148 154 return EOK;149 return rc; 155 150 }
Note:
See TracChangeset
for help on using the changeset viewer.