[D-runtime] [D-Programming-Language/druntime] 1cbfb7: Fix O_SYNC paramter definitions on Linux x86.
GitHub
noreply at github.com
Sun Oct 6 08:09:01 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1cbfb76d1ae9515d9cccb9fc94c5189af05259f4
https://github.com/D-Programming-Language/druntime/commit/1cbfb76d1ae9515d9cccb9fc94c5189af05259f4
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-10-05 (Sat, 05 Oct 2013)
Changed paths:
M src/core/sys/posix/fcntl.d
Log Message:
-----------
Fix O_SYNC paramter definitions on Linux x86.
The parameter values changed with kernel 2.6.33. Quoting the header
file, "only O_DSYNC semantics were implemented [before], but using
the O_SYNC flag. We continue to use the existing numerical value
for O_DSYNC semantics now, [...]".
Commit: c943d528df9bf28c80fe6c3b8c7de034d18e5bff
https://github.com/D-Programming-Language/druntime/commit/c943d528df9bf28c80fe6c3b8c7de034d18e5bff
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2013-10-06 (Sun, 06 Oct 2013)
Changed paths:
M src/core/sys/posix/fcntl.d
Log Message:
-----------
Merge pull request #630 from klickverbot/fcntl-x86-linux
Fix O_SYNC paramter definitions on Linux x86.
Compare: https://github.com/D-Programming-Language/druntime/compare/67fe0a466ef5...c943d528df9b
More information about the D-runtime
mailing list