diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-28 19:49:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-28 20:12:55 +0100 |
commit | a57492a480bce6d41dec5255d4a55550aa9d4f87 (patch) | |
tree | adc147f41c7acebda5a0320073e8092d17896293 /src/OS | |
parent | 0415468df326fefc339a936e47479ff0cf197092 (diff) |
Readonly-config: not supported by Solaris 10
Broken-by: 753739fdef
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/os.h-SunOS5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index f5bc31668..1ceafa701 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -38,6 +38,10 @@ it seems. */ # define MISSING_UNSETENV_3 #endif +#if _POSIX_C_SOURCE < 200809L +# define MISSING_POSIX_MEMALIGN +#endif + /* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate a buffer */ |