]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
linux.h: Use off64_t instead of loff_t
authorFelix Janda <felix.janda@posteo.de>
Thu, 4 Feb 2016 21:34:06 +0000 (08:34 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:34:06 +0000 (08:34 +1100)
commitcb898f157f8410a03cf5f3400baa1df9e5eecd33
tree242d3dbf7bd26628ecf937e7f09207972cd3a87e
parent0e2fb84aef2497f1d84799bca1bb0fe6b59a68c2
linux.h: Use off64_t instead of loff_t

These are equivalent on glibc, while musl does not know loff_t.

In the long run, it would be preferable to enable transparent LFS so
that off64_t could be replaced by off_t.

Signed-off-by: Felix Janda <felix.janda@posteo.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/linux.h