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

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to