8214078: (fs) SecureDirectoryStream not supported on arm32
Reviewed-by: alanb
This commit is contained in:
parent
5639c70032
commit
10cd386ac3
@ -153,10 +153,9 @@ static futimesat_func* my_futimesat_func = NULL;
|
||||
static fdopendir_func* my_fdopendir_func = NULL;
|
||||
|
||||
/**
|
||||
* fstatat missing from glibc on Linux. Temporary workaround
|
||||
* for x86/x64.
|
||||
* fstatat missing from glibc on Linux.
|
||||
*/
|
||||
#if defined(__linux__) && defined(__i386)
|
||||
#if defined(__linux__) && (defined(__i386) || defined(__arm__))
|
||||
#define FSTATAT64_SYSCALL_AVAILABLE
|
||||
static int fstatat64_wrapper(int dfd, const char *path,
|
||||
struct stat64 *statbuf, int flag)
|
||||
|
Loading…
Reference in New Issue
Block a user