Changeset f8fb03b in mainline


Ignore:
Timestamp:
2020-01-21T09:36:26Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01900b6
Parents:
b08fb02
Message:

propagate the elf_load() return value out of program_create_loader()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/program.c

    rb08fb02 rf8fb03b  
    187187                log(LF_OTHER, LVL_ERROR, "Cannot spawn loader (%s)",
    188188                    str_error(prg->loader_status));
    189                 return ENOENT;
     189                return prg->loader_status;
    190190        }
    191191
Note: See TracChangeset for help on using the changeset viewer.