gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 166/205: system.h: set sizeof long to 4 on "default


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 166/205: system.h: set sizeof long to 4 on "default 32 bit" systems
Date: Thu, 20 Apr 2017 16:21:46 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit ae485279a189c4047802386e12dc2d0c043af8ef
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Apr 6 17:31:48 2017 +0200

    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"
---
 include/curl/system.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/curl/system.h b/include/curl/system.h
index fb4597b52..cdc8ad8a5 100644
--- a/include/curl/system.h
+++ b/include/curl/system.h
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]