]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-sigbus: use posix_fallocate rather than fallocate
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 10 May 2017 08:47:39 +0000 (08:47 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 10 May 2017 08:47:39 +0000 (08:47 +0000)
commitaab7037de426729ad582e7b2c9e67c943e17a540
treec619c3f2e358feb5fcd494093d82e93d17105972
parent554a0806740f067c2aa4f0bc08450e059ef11f3c
test-sigbus: use posix_fallocate rather than fallocate

Some filesystems do not support fallocate, so we need to fall back on
something like posix_fallocate.

Closes #5833
src/test/test-sigbus.c