Browse Source
The dash shell used AT_EACCESS for certain operations, such as when checking if a file is executable. This does not work on Android 6+, and is not needed on Termux as a single-user system anyways, so remove the custom define of AT_EACCESS when building and use the disabled value of 0 from the patched system headers. Fixes #37.android-5
Fredrik Fornwall
9 years ago
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue