summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/include/errno.h')
-rw-r--r--qemu/roms/u-boot/include/errno.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/qemu/roms/u-boot/include/errno.h b/qemu/roms/u-boot/include/errno.h
deleted file mode 100644
index e24a33b38..000000000
--- a/qemu/roms/u-boot/include/errno.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _ERRNO_H
-
-#include <asm-generic/errno.h>
-
-extern int errno;
-
-#define __set_errno(val) do { errno = val; } while (0)
-
-#endif /* _ERRNO_H */