[D-runtime] [D-Programming-Language/druntime] 1d7b6e: Add DARWIN_USE_64BIT_INODE on OSX to match stat.h
GitHub via D-runtime
d-runtime at puremagic.com
Sat Jun 7 12:43:09 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1d7b6e509bacbe88f745b069fb29d0ec7d091ff4
https://github.com/D-Programming-Language/druntime/commit/1d7b6e509bacbe88f745b069fb29d0ec7d091ff4
Author: David Soria Parra <experimentalworks at gmail.com>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
Log Message:
-----------
Add DARWIN_USE_64BIT_INODE on OSX to match stat.h
On MacOSX when DARWIN_USE_64BIT_INODE is specified ino_t is ulong and the
stat structure members are switched around.
Commit: 7c68e01062c9b2cefd2bd38bbb7a6f3fcf30a18b
https://github.com/D-Programming-Language/druntime/commit/7c68e01062c9b2cefd2bd38bbb7a6f3fcf30a18b
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
Log Message:
-----------
Merge pull request #828 from dsp/ino64_t-support
Add DARWIN_USE_64BIT_INODE on OSX to match stat.h
Compare: https://github.com/D-Programming-Language/druntime/compare/ea801f5d47a3...7c68e01062c9
More information about the D-runtime
mailing list