diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 14:31:40 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 14:31:40 +1000 |
commit | cee866031859ec48dbb8a353ab49564b3a42b34e (patch) | |
tree | b0137c9d65242d2606d91e62cb9d939826518c77 /src/funcs/pushd | |
parent | [BUILTIN] Stop using sysexits.h in commandcmd (diff) | |
download | dash-cee866031859ec48dbb8a353ab49564b3a42b34e.tar.gz dash-cee866031859ec48dbb8a353ab49564b3a42b34e.zip |
Use stat if stat64 does not exist
64-bit file calls such as stat64 don't exist on all architectures for dietlibc, and they don't exist at all for klibc. In those cases the normal calls such as stat are already 64-bit. So simply define stat64 as stat if it doesn't exist. Do the same for all other 64-bit calls as well.
Diffstat (limited to 'src/funcs/pushd')
0 files changed, 0 insertions, 0 deletions