Re: [Vala] [PATCH 2/2] vapi/posix.vapi: Introduce ftruncate() and truncate().
- From: Jürg Billeter <j bitron ch>
- To: Julian Andres Klode <jak jak-linux org>
- Cc: vala-list gnome org
- Subject: Re: [Vala] [PATCH 2/2] vapi/posix.vapi: Introduce ftruncate() and truncate().
- Date: Wed, 16 Sep 2009 17:07:50 +0200
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]