Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This error code is using functions that are present in nolibc too. When using nolibc, the error is printed like: exec /runc.armel: errno=8 When using libc, as it's perror() implementation translates the errno to a message, it is printed like: exec /runc.armel: exec format error Note that when not using nolibc, the error is printed in the same way as before. Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
- Loading branch information