X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..0edf44cfdbe2262d5c50bfa7368ba2692600babc:/import/stdc/posix/sys/mman.d?ds=sidebyside diff --git a/import/stdc/posix/sys/mman.d b/import/stdc/posix/sys/mman.d index f23e16a..9c37e75 100644 --- a/import/stdc/posix/sys/mman.d +++ b/import/stdc/posix/sys/mman.d @@ -172,7 +172,7 @@ else version( darwin ) int msync(void*, size_t, int); } -else version( darwin ) +else version( freebsd ) { const MAP_SHARED = 0x0001; const MAP_PRIVATE = 0x0002;