From: Anton Kovalenko Date: Thu, 7 Oct 2010 00:37:07 +0000 (+0400) Subject: sb-win32: offer low-level bindings for file mapping functions X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ad4b18f5d843d91cc48c9b6cc936a6c7be5fce27;hp=ad4b18f5d843d91cc48c9b6cc936a6c7be5fce27;p=sbcl.git sb-win32: offer low-level bindings for file mapping functions Includes functions offered by Windows that are similar in spirit to mmap. Currently these are low-level FFI versions only, and no attempt is made to export them from sb-posix under the name mmap. In sb-posix, only a wrapper for msync and definitions of several constants is offered, as needed for sb-simple-streams. Thanks to Anton Kovalenko. Also take this opportunity to sort the sb-win32 package definition as a flat list. ---