Skip to content
  • Richard Eisenberg's avatar
    Rejigger OSMem.my_mmap to allow building on Mac · bc43d23a
    Richard Eisenberg authored
    Previously, the prot and flags variables were set but never used
    on Mac (darwin). This caused a warning, and the build setup stopped
    compilation. This commit is intended simply to omit these variables
    when building with darwin_HOST_OS set. No change in behavior on any
    platform is intended.
    bc43d23a