Re: [Vala] [PATCH] vapi/linux.vapi: Add mremap(2) call.



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]