Use faccessat for rc_dir and tmp_dir

This commit is contained in:
Tatsuya Kinoshita
2023-01-12 20:41:23 +09:00
parent baaaec0029
commit 9a33001df0
5 changed files with 9 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ typedef long clen_t;
#undef HAVE_GETPASSPHRASE
#define HAVE_CHDIR
#define HAVE_MKDTEMP
#define HAVE_FACCESSAT
#define SETJMP(env) sigsetjmp(env,1)