From 81b8461306e684371e4de1d6491b24a1f7e1d5d3 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 7 Oct 2019 15:18:03 +0200 Subject: Cleanup: move write_data to libtar 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 323bedd..881b59c 100644 --- a/include/util.h +++ b/include/util.h @@ -40,15 +40,6 @@ #error Cannot determine maximum value of size_t #endif -/* - A wrapper around the write() system call. It retries the write if it is - interrupted by a signal or only part of the data was written. Returns 0 - on success. Writes to stderr on failure using 'errstr' as a perror style - error prefix. -*/ -SQFS_INTERNAL -int write_data(const char *errstr, int fd, const void *data, size_t size); - /* Helper for allocating data structures with flexible array members. -- cgit v1.2.3