Skip to content

Commit

Permalink
Merge 447ff61 into 2b126cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dago committed Apr 13, 2018
2 parents 2b126cd + 447ff61 commit 71f3beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/curl/system.h
Expand Up @@ -300,7 +300,9 @@

#elif defined(__SUNPRO_C) /* Oracle Solaris Studio */
# if !defined(__LP64) && (defined(__ILP32) || \
defined(__i386) || defined(__sparcv8))
defined(__i386) || \
defined(__sparcv8) || \
defined(__sparcv8plus))
# define CURL_TYPEOF_CURL_OFF_T long long
# define CURL_FORMAT_CURL_OFF_T "lld"
# define CURL_FORMAT_CURL_OFF_TU "llu"
Expand Down

0 comments on commit 71f3beb

Please sign in to comment.