[D-runtime] [D-Programming-Language/druntime] 51c34e: update deprecation of MAP_ANON from core.sys.posix...
GitHub via D-runtime
d-runtime at puremagic.com
Sat Oct 4 05:45:45 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 51c34ee56db983b3e08dee911f07010f3d4cc4bc
https://github.com/D-Programming-Language/druntime/commit/51c34ee56db983b3e08dee911f07010f3d4cc4bc
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Changed paths:
M mak/COPY
M mak/MANIFEST
M mak/SRCS
A src/core/sys/freebsd/sys/cdefs.d
A src/core/sys/freebsd/sys/mman.d
M src/core/sys/linux/sys/mman.d
A src/core/sys/osx/sys/cdefs.d
A src/core/sys/osx/sys/mman.d
M src/core/sys/posix/sys/mman.d
Log Message:
-----------
update deprecation of MAP_ANON from core.sys.posix.sys.mman
- remove MAP_ANON for linux from core.sys.posix.sys.mman
(has been deprecated since sep 2013)
- add platform specific headers for mman (OSX, FreeBSD, Solaris, Android)
- add deprecation for other OSes
More information about the D-runtime
mailing list