mirror of https://github.com/python/cpython
10 lines
489 B
C
10 lines
489 B
C
/* ----------------------------------------------------------------------------
|
|
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
|
|
This is free software; you can redistribute it and/or modify it under the
|
|
terms of the MIT license. A copy of the license can be found in the file
|
|
"LICENSE" at the root of this distribution.
|
|
-----------------------------------------------------------------------------*/
|
|
|
|
// We use the unix/prim.c with the mmap API on macOSX
|
|
#include "../unix/prim.c"
|