]> Git Repo - J-u-boot.git/commit
common: Always include errno.h in common.h
authorJoe Hershberger <[email protected]>
Mon, 4 Apr 2016 09:07:33 +0000 (04:07 -0500)
committerJoe Hershberger <[email protected]>
Wed, 6 Jul 2016 15:44:56 +0000 (10:44 -0500)
commit2307ea4053cdf45174f842312d07f538bf5be5f6
tree7a39df8e8309881ae45c30850324a879fdef826f
parente8009beff6d5c55c1bf1ae8184791f167e6378b0
common: Always include errno.h in common.h

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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
include/common.h
This page took 0.027741 seconds and 4 git commands to generate.