[SystemZ][z/OS] Fix macro (#74878)

This fixes the macro syntax
This commit is contained in:
Abhina Sree 2023-12-08 13:30:16 -05:00 committed by GitHub
parent a341e177ce
commit 3810342e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1130,7 +1130,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "OS390")
add_compile_definitions(_OPEN_SYS) # Needed for process information.
add_compile_definitions(_OPEN_SYS_FILE_EXT) # Needed for EBCDIC I/O.
add_compile_definitions(_EXT) # Needed for file data.
add_compile_definitions("-D_UNIX03_THREADS") # Multithreading support.
add_compile_definitions(_UNIX03_THREADS) # Multithreading support.
endif()
# Build with _FILE_OFFSET_BITS=64 on Solaris to match g++ >= 9.