Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig
[platform/kernel/u-boot.git] / lib / errno.c
1 #include <errno.h>
2
3 int errno __errno_asm_label = 0;