commit | 6f6d1f2da03468c0e131fdcbdcfa9771ffca2614 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 26 13:49:39 2021 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jun 04 11:35:44 2021 +0800 |
tree | 99d9c8ff03af8b3da68a397c202b984a3f22e377 | |
parent | de368ab886309d326a5984e565c7102cdf8b7858 [diff] |
shell: Call CHECK_DECL on stat64 On macOS it is possible to find stat64 at link-time but not at compile-time. To make the build process more robust we should check for the header file as well as the library. Reported-by: Saagar Jha <saagar@saagarjha.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>