From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 11 Apr 2016 12:23:39 +0800 Subject: [U-Boot] [PATCH 1/6] common: Always include errno.h in common.h In-Reply-To: <1459760858-25071-2-git-send-email-joe.hershberger@ni.com> References: <1459760858-25071-1-git-send-email-joe.hershberger@ni.com> <1459760858-25071-2-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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-by: Bin Meng