Add zOS support to float_common.h

This commit is contained in:
v1gnesh 2023-06-05 19:16:46 +05:30 committed by GitHub
parent 3a63b00d53
commit bb2ae14fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
#include <machine/endian.h>
#elif defined(sun) || defined(__sun)
#include <sys/byteorder.h>
#elif defined(__MVS__)
#include <sys/endian.h>
#else
#ifdef __has_include
#if __has_include(<endian.h>)