summaryrefslogtreecommitdiff
path: root/libbb/const_hack.c
Commit message (Collapse)AuthorAgeFilesLines
* Make const ptr assign as function call in clangYU Jincheng2021-10-091-0/+16
- This can act as memory barrier in clang to avoid read before assign of a const ptr Signed-off-by: LoveSy <shana@zju.edu.cn> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>