summaryrefslogtreecommitdiff
path: root/src/fs_uvol.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-14uvol: cast size data to intmax_tAriadne Conill1-1/+1
this ensures the %ju format parameter is always passed an integer that is appropriately sized, e.g. on mac where off_t is normally 32-bit. ref #10794
2021-11-09database: implement uvol supportTimo Teräs1-0/+162
by adding an abstraction layer to the file system