aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.c
AgeCommit message (Collapse)AuthorLines
2025-04-28Add a fuse_set_thread_name() helperBernd Schubert-0/+19
Avoid splattering the code with ifdef Signed-off-by: Bernd Schubert <bschubert@ddn.com>
2024-10-11Add libfuse util strtol wrapperJoanne Koong-0/+27
Add a wrapper around strtol for more rigorous error checking and convert uses of atoi and strtol to use this instead.