mirror of
https://github.com/moparisthebest/curl
synced 2025-01-14 15:38:13 -05:00
system.h: fix for gcc on 32 bit OpenServer
Bug: https://curl.haxx.se/mail/lib-2018-06/0100.html
This commit is contained in:
parent
59b284b6eb
commit
bc5a0b3e9f
@ -362,7 +362,7 @@
|
||||
/* KEEP GENERIC GCC THE LAST ENTRY */
|
||||
/* ===================================== */
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
#elif defined(__GNUC__) && !defined(_SCO_DS)
|
||||
# if !defined(__LP64__) && \
|
||||
(defined(__ILP32__) || defined(__i386__) || defined(__hppa__) || \
|
||||
defined(__ppc__) || defined(__powerpc__) || defined(__arm__) || \
|
||||
|
Loading…
Reference in New Issue
Block a user