Skip to content

Commit 5654532

Browse files
JonasNorlinderThomas Schatzl
authored andcommitted
8375297: ZGC: Remove obsolete O_CLOEXEC definition
Reviewed-by: tschatzl, eosterlund
1 parent 20bd178 commit 5654532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/os/linux/gc/z/zPhysicalMemoryBacking_linux.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
#endif
6767

6868
// open(2) flags
69-
#ifndef O_CLOEXEC
70-
#define O_CLOEXEC 02000000
71-
#endif
7269
#ifndef O_TMPFILE
7370
#define O_TMPFILE (020000000 | O_DIRECTORY)
7471
#endif

0 commit comments

Comments
 (0)