mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2026-01-27 12:47:24 +01:00
[ Upstream commit c485ca3aff2442adea4c08ceb5183e671ebed22a ]
There is no errno variable when NOLIBC_IGNORE_ERRNO is defined. As such,
simply print the message with "unknown error" rather than the integer
value of errno.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| arch-aarch64.h | ||
| arch-arm.h | ||
| arch-i386.h | ||
| arch-loongarch.h | ||
| arch-mips.h | ||
| arch-powerpc.h | ||
| arch-riscv.h | ||
| arch-s390.h | ||
| arch-x86_64.h | ||
| arch.h | ||
| compiler.h | ||
| crt.h | ||
| ctype.h | ||
| errno.h | ||
| Makefile | ||
| nolibc.h | ||
| signal.h | ||
| stackprotector.h | ||
| std.h | ||
| stdarg.h | ||
| stdbool.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| sys.h | ||
| time.h | ||
| types.h | ||
| unistd.h | ||