]> git.ipfire.org Git - pakfire.git/commit
util: Add function to copy all data from one fd to another
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jun 2023 15:51:44 +0000 (15:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jun 2023 15:51:44 +0000 (15:51 +0000)
commit85cf7349c24ce562b5473cf5bfdfd76896f3ee38
tree67fc3e5efe630414b20312dc6e6da1d5c7ddb029
parenta2612d13ffc3105f3d44dab5eaada905769f0280
util: Add function to copy all data from one fd to another

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/util.h
src/libpakfire/pakfire.c
src/libpakfire/util.c