aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/lib/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/lib/errno.c')
-rw-r--r--roms/u-boot/lib/errno.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/u-boot/lib/errno.c b/roms/u-boot/lib/errno.c
new file mode 100644
index 000000000..ca0c756bd
--- /dev/null
+++ b/roms/u-boot/lib/errno.c
@@ -0,0 +1,3 @@
+#include <errno.h>
+
+int errno __errno_asm_label = 0;