mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-03 04:55:04 +00:00
20 lines
399 B
Diff
20 lines
399 B
Diff
--- a/extensions/platform/unix/rxunixsys/rxunixsys.cpp
|
|
+++ b/extensions/platform/unix/rxunixsys/rxunixsys.cpp
|
|
@@ -40,6 +40,7 @@
|
|
|
|
|
|
#include "rxunixsys.h"
|
|
+#include <crypt.h>
|
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
@@ -996,7 +997,7 @@
|
|
int, option)
|
|
{
|
|
|
|
- return euidaccess(file, option);
|
|
+ return access(file, option);
|
|
}
|
|
#endif
|
|
|