Re: [U-Boot] [PATCH 1/6] common: Always include errno.h in common.h

2016-04-10 Thread Bin Meng
On Mon, Apr 4, 2016 at 5:07 PM, Joe Hershberger wrote: > We want people using errnos for errors instead of -1, so make it easy > by always including the definition of all the errnos. > > Signed-off-by: Joe Hershberger > --- > > include/common.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed

[U-Boot] [PATCH 1/6] common: Always include errno.h in common.h

2016-04-04 Thread Joe Hershberger
We want people using errnos for errors instead of -1, so make it easy by always including the definition of all the errnos. Signed-off-by: Joe Hershberger --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index f9f4605..3feaae6 100644 -