summaryrefslogtreecommitdiff
path: root/devel/apr/patches/patch-atomic_unix_builtins64.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20Work around missing 64bit atomic compiler builtins on IPL32 platformsrin1-0/+21
other than x86, that is handled manually (mess!). It should be better to fix autoconf stuff rather than source codes. However, (1) it requires to regen configure script, and (2) apr 2.0 uses cmake. Thanks to @est_suzume for analysis.