[PATCH V2 06/11] NaCl: Detect systems that don't support statfs()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2016-02-08 at 22:34 -0800, Kevin Cernekee wrote:
> This is missing on Chrome's Native Client (NaCl) because NaCl doesn't
> really have (traditional) filesystems.

Should we have a feature test for statvfs() too? And use statfs by
preference where it's available?

#ifdef _WIN32
#elif defined(HAVE_STATFS)
#elif defined(HAVE_STATVFS)
#else

-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse at intel.com                              Intel Corporation

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3437 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openconnect-devel/attachments/20160210/72b9b976/attachment-0001.bin>


[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux