summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/util.h b/include/util.h
index 323bedd..881b59c 100644
--- a/include/util.h
+++ b/include/util.h
@@ -41,15 +41,6 @@
#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.
'base_size' is the size of the struct itself, 'item_size' the size of a