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
The error is
.../libguile/threads.h:194:43: error: 'scm_i_current_thread' is defined with
tls model global-dynamic
194 | SCM_INTERNAL SCM_THREAD_LOCAL scm_thread *scm_i_current_thread;
| ^
.../libguile/threads.c:357:30: note: previously defined
Patched in f859e0f58b211eedcb0dce4f2382cfebf37010d7.
Fixed in 3bdcc3668fd8f9a5b6c9a313ff8d70acb32b2a52.
Thanks
Daniel