提交 0887eb37 编写于 作者: N naoto

7098394: JDK8 TL repo build fails in src/solaris/native/java/util/TimeZone_md.c

Reviewed-by: chegar
上级 9aa11daa
......@@ -122,7 +122,8 @@ findZoneinfoFile(char *buf, size_t size, const char *dir)
return NULL;
}
#if defined(__linux__) || (defined(__solaris__) && defined(_POSIX_PTHREAD_SEMANTICS))
#if defined(__linux__) || (defined(__solaris__) && (defined(_POSIX_PTHREAD_SEMANTICS) || \
defined(_LP64)))
while (readdir_r(dirp, entry, &dp) == 0 && dp != NULL) {
#else
while ((dp = readdir_r(dirp, entry)) != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册