8375297: ZGC: Remove obsolete O_CLOEXEC definition

Reviewed-by: tschatzl, eosterlund
This commit is contained in:
Jonas Norlinder 2026-01-14 16:54:24 +00:00 committed by Thomas Schatzl
parent 20bd178b99
commit 56545328f8

View File

@ -66,9 +66,6 @@
#endif
// open(2) flags
#ifndef O_CLOEXEC
#define O_CLOEXEC 02000000
#endif
#ifndef O_TMPFILE
#define O_TMPFILE (020000000 | O_DIRECTORY)
#endif