commit | b02f055a169db349affc98c8bb4e58f366f7b86c | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Jun 24 06:41:15 2020 -0400 |
committer | Andes <uboot@andestech.com> | Wed Jul 01 15:01:21 2020 +0800 |
tree | 23f672eb7d4c63c8e7be92689dee4256a5829cec | |
parent | 0c1f6bf017ef9b045c3327d6d680c6585b17f1b3 [diff] |
lib: Always set errno in hcreate_r This could give a confusing error message if it failed and didn't set errno. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>