June 07, 2014 [D-runtime] [D-Programming-Language/druntime] 1d7b6e: Add DARWIN_USE_64BIT_INODE on OSX to match stat.h | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation