Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / lib / errno.c
1 #include <errno.h>
2
3 int errno __errno_asm_label = 0;