mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:27:16 +03:00
system.h: set sizeof long to 4 on "default 32 bit" systems
Triggered a test failure on test 1541 for the build known as "Linux 4.4 i686 tcc 0.9.26 glibc 2.20"
This commit is contained in:
parent
c59fcdac90
commit
ae485279a1
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@
|
|||
|
||||
#else
|
||||
/* generic "safe guess" on old 32 bit style */
|
||||
# define CURLSYS_SIZEOF_LONG 4
|
||||
# define CURLSYS_SIZEOF_CURL_SOCKLEN_T 4
|
||||
# define CURLSYS_SIZEOF_CURL_OFF_T 4
|
||||
# define CURLSYS_TYPEOF_CURL_OFF_T long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue