Re: [Vala] [PATCH] vapi/linux.vapi: Add mremap(2) call.
- From: Jürg Billeter <j bitron ch>
- To: Julian Andres Klode <jak jak-linux org>
- Cc: vala-list gnome org
- Subject: Re: [Vala] [PATCH] vapi/linux.vapi: Add mremap(2) call.
- Date: Wed, 16 Sep 2009 19:46:40 +0200
On Wed, 2009-09-16 at 19:13 +0200, Julian Andres Klode wrote:
This is a Linux-specific enhancement to the mmap() function
set implemented in posix.vapi.
+ public enum MremapFlags {
[...]
+ public void *mremap(void *old_address, size_t old_size, size_t new_size,
+ MRemapFlags flags);
Thanks, I've fixed the case typo and applied it to master.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]