Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

move MAP_ANON back to core.sys.posix.sys.mman #1176

Merged
merged 1 commit into from
Feb 17, 2015

Conversation

MartinNowak
Copy link
Member

  • it's not Posix standard but literally supported
    by every OS and also a widely used flag, therefor
    we consider it standard
  • group MS_SYNC/ASYNC/INVALIDATE flags

- it's not Posix standard but literally supported
  by every OS and also a widely used flag, therefor
  we consider it standard

- group MS_SYNC/ASYNC/INVALIDATE flags
@MartinNowak MartinNowak added this to the 2.067 milestone Feb 17, 2015
@andralex
Copy link
Member

Auto-merge toggled on

@andralex
Copy link
Member

thanks!

@MartinNowak
Copy link
Member Author

Good tip to quickly find all non-default values for double-checking, grab a copy of glibc (git://sourceware.org/git/glibc.git) and grep over all architectures.

grep -nH MAP_ANON ./sysdeps/unix/sysv/linux/*/bits/mman.h

andralex added a commit that referenced this pull request Feb 17, 2015
move MAP_ANON back to core.sys.posix.sys.mman
@andralex andralex merged commit 5f5feb2 into dlang:master Feb 17, 2015
@MartinNowak MartinNowak deleted the mapAnon branch February 27, 2015 20:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants