[D-runtime] [D-Programming-Language/druntime] 891275: Place SEEK_DATA, SEEK_HOLE in core.sys.linux.unist...

GitHub via D-runtime d-runtime at puremagic.com
Wed Sep 2 10:06:42 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 8912751b6a47a61eca23c7cdcd3e82b9382d6030
      https://github.com/D-Programming-Language/druntime/commit/8912751b6a47a61eca23c7cdcd3e82b9382d6030
  Author: Matt Kline <matt at bitbashing.io>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M mak/COPY
    M src/core/stdc/stdio.d
    M src/core/sys/linux/fcntl.d
    A src/core/sys/linux/unistd.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Place SEEK_DATA, SEEK_HOLE in core.sys.linux.unistd

Pull #1344 placed them with fallocate. While the three are often
used in conjunction, SEEK_DATA and SEEK_HOLE are from Linux's
unistd.h, to be used with lseek.
See http://man7.org/linux/man-pages/man2/lseek.2.html


  Commit: 4e799b75ebcb6d00ccefbcfd763a1f5d158357a1
      https://github.com/D-Programming-Language/druntime/commit/4e799b75ebcb6d00ccefbcfd763a1f5d158357a1
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M mak/COPY
    M src/core/stdc/stdio.d
    M src/core/sys/linux/fcntl.d
    A src/core/sys/linux/unistd.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #1357 from mrkline/move-hole-seek

Place SEEK_DATA, SEEK_HOLE in core.sys.linux.unistd


Compare: https://github.com/D-Programming-Language/druntime/compare/de5a0bc74c20...4e799b75ebcb


More information about the D-runtime mailing list