mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8365940: Misleading macro in jvm_md.h:57
Reviewed-by: dholmes, kbarrett
This commit is contained in:
parent
02a7217491
commit
1922c4fd6f
@ -54,7 +54,7 @@
|
||||
// cause problems if JVM and the rest of JDK are built on different
|
||||
// Linux releases. Here we define JVM_MAXPATHLEN to be MAXPATHLEN + 1,
|
||||
// so buffers declared in VM are always >= 4096.
|
||||
#define JVM_MAXPATHLEN MAXPATHLEN + 1
|
||||
#define JVM_MAXPATHLEN (MAXPATHLEN + 1)
|
||||
#endif
|
||||
|
||||
#define JVM_R_OK R_OK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user