Re: [Vala] [PATCH 2/2] vapi/posix.vapi: Introduce ftruncate() and truncate().



On Wed, 2009-09-16 at 16:44 +0200, Julian Andres Klode wrote:
There has been no answer to my 2 patches yet, so I ask again. Having
mmap() and file truncation support is kind of needed for maintaining
a binary cache on the disk. And writing a package manager[1] without
such a cache would be silly.

Sorry about that, I tend to lose track of patches in the mailing list as
there are also patches in Bugzilla pending for review. Feel free to ping
me about patches I might have missed at anytime.

On Sun, Aug 30, 2009 at 01:42:33PM +0200, Julian Andres Klode wrote:
+   [CCode (cheader_filename = "unistd.h")]
+   public int truncate(const char *path, off_t length);

I've changed this to `string path' and applied both patches, thanks.

Jürg




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]