mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8214078: (fs) SecureDirectoryStream not supported on arm32
Reviewed-by: alanb
This commit is contained in:
parent
5639c70032
commit
10cd386ac3
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue