]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add basic errno support.
authorWolfgang Denk <wd@denx.de>
Fri, 11 Jun 2010 22:19:46 +0000 (00:19 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 17:29:47 +0000 (19:29 +0200)
commit65cd3fa81ff48cd44bcb3d9baf646dade15b9131
tree93b87979aa8ca6b200923a1f18eabc4381e313d8
parenta2a649d73cc24c306b66cd53d939d1776e6f4e41
Add basic errno support.

Needed for hash table support; probably useful in a lot of other
places as well.

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/errno.h [new file with mode: 0644]
lib/Makefile
lib/errno.c [new file with mode: 0644]