bug#27782: patch to add support for mmap and friends

2022-12-22 Thread Matt Wette
Please disregard previous patch.  I have more to do. I'll try to catch the next release cycle.

bug#27782: 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