From 7e1be3986b3b8229f0162431b6e02c24e04a5dba Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 7 Oct 2019 14:53:50 +0200 Subject: Cleanup: move read_data function to libtar Its the only user. The other code doesn't touch raw file descriptors anymore. Signed-off-by: David Oberhollenzer --- include/util.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 3b1d16b..9ed2189 100644 --- a/include/util.h +++ b/include/util.h @@ -49,15 +49,6 @@ SQFS_INTERNAL int write_data(const char *errstr, int fd, const void *data, size_t size); -/* - A wrapper around the read() system call. It retries the read if it is - interrupted by a signal or less than the desired size was read. Returns 0 - on success. Writes to stderr on failure using 'errstr' as a perror style - error prefix. -*/ -SQFS_INTERNAL -int read_data(const char *errstr, int fd, void *buffer, size_t size); - /* A common implementation of the '--version' command line flag. -- cgit v1.2.3