X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=75e49c8313fcee17d40f8fe01ecd7953c7305fb3;hp=1092f171427cbbd097b9738db7fad6ceedb2c066;hb=aa12380008323e14f8d7dabe78b174b72f69e2dd;hpb=6dbbfabca414018b4c5acb3e6e597d84e2b19caf diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index 1092f171..75e49c83 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -474,9 +474,6 @@ tdb_off_t tdb_find_nonzero_off(struct tdb_context *tdb, tdb_off_t tdb_find_zero_off(struct tdb_context *tdb, tdb_off_t off, uint64_t num); -/* Even on files, we can get partial writes due to signals. */ -bool tdb_pwrite_all(int fd, const void *buf, size_t len, tdb_off_t off); - /* Allocate and make a copy of some offset. */ void *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);