[D-runtime] [D-Programming-Language/druntime] 95f054: Import fallocate in sys/linux/fcntl.d
GitHub via D-runtime
d-runtime at puremagic.com
Sun Aug 23 00:53:25 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 95f054adf8c5507d3a01b8bcf5913825cb277487
https://github.com/D-Programming-Language/druntime/commit/95f054adf8c5507d3a01b8bcf5913825cb277487
Author: Matt Kline <matt at bitbashing.io>
Date: 2015-08-22 (Sat, 22 Aug 2015)
Changed paths:
M mak/COPY
A src/core/sys/linux/fcntl.d
M src/core/sys/posix/fcntl.d
M win32.mak
M win64.mak
Log Message:
-----------
Import fallocate in sys/linux/fcntl.d
This adds prototypes for posix_fallocate (which was present but
commented out) and the linux-specific fallocate
(http://man7.org/linux/man-pages/man2/fallocate.2.html).
Commit: 3128c9cf4dfa9c1e49324e2e10d2aabfc45c0e4d
https://github.com/D-Programming-Language/druntime/commit/3128c9cf4dfa9c1e49324e2e10d2aabfc45c0e4d
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-08-23 (Sun, 23 Aug 2015)
Changed paths:
M mak/COPY
A src/core/sys/linux/fcntl.d
M src/core/sys/posix/fcntl.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #1344 from mrkline/import-fallocate
Import fallocate in sys/linux/fcntl.d
Compare: https://github.com/D-Programming-Language/druntime/compare/f3d9ec700857...3128c9cf4dfa
More information about the D-runtime
mailing list