[Lldb-commits] [PATCH] D12661: NetBSD doesn't provide struct statfs, make use of struct statvfs

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 7 02:18:28 PDT 2015


labath added a subscriber: labath.
labath added a comment.

In http://reviews.llvm.org/D12661#240625, @joerg wrote:

> One good question is whether using statvfs(3) shouldn't be the default as it is the POSIX interface.


Unfortunately, that will not work as linux does not define the MNT_LOCAL flag and struct statvfs does not contain the f_type magic field.


Repository:
  rL LLVM

http://reviews.llvm.org/D12661





More information about the lldb-commits mailing list