summaryrefslogtreecommitdiff
path: root/package/cfgfs/src/compress.h
AgeCommit message (Collapse)Author
2025-01-09package: cfgfs: Fix for ignored attribute warningsPhil Sutter
The 'bounded' attribute seems to never have existed. Replace it by the 'access' attribute which probably does the same. Declare decompressors' 'dst' parameter as read_write for now, no idea if any of them reads back the written output while decompressing. Signed-off-by: Phil Sutter <phil@nwl.cc>
2013-08-14fix musl compileWaldemar Brodkorb
2013-08-14fix glibc buildWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2009-05-17Initial importwbx