Re: patch to add support for mmap and friends

2022-12-21 Thread Matt Wette
On 12/20/22 5:21 PM, Matt Wette wrote: Please consider the atttached patch for mmap and friends. Includes mmap, mmap/shared, munmap, msync. \ I ran into a bug on this.  Not sure how it got there.  I was hoping to get into the 3.0.9 release.   Any idea when that might happen? Matgt

patch to add support for mmap and friends

2022-12-20 Thread Matt Wette
Guile Maintainers: Please consider the atttached patch for mmap and friends. Includes mmap, mmap/shared, munmap, msync. Matt From 306570beb3d1895abd03700593cc342282e4ccd1 Mon Sep 17 00:00:00 2001 From: Matt Wette Date: Tue, 20 Dec 2022 17:15:27 -0800 Subject: [PATCH] Add support for mmap, munma