1
0
Fork 0

nds32: Add a basic errno.h

This is available on other architectures, and nds32 will start to break
without it as code starts to use error numbers more.

Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Simon Glass 2013-01-05 10:48:23 +00:00 committed by Macpaul Lin
parent 9f024f62e4
commit ea6bd08b77
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
#include <asm-generic/errno.h>