* include/sys/statvfs.h (ST_RDONLY): Define.
(ST_NOSUID): Define.
This commit is contained in:
parent
a652e6d52a
commit
81d0376064
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/sys/statvfs.h (ST_RDONLY): Define.
|
||||||
|
(ST_NOSUID): Define.
|
||||||
|
|
||||||
2005-02-23 Corinna Vinschen <corinna@vinschen.de>
|
2005-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygwin.din (fstatvfs): Export.
|
* cygwin.din (fstatvfs): Export.
|
||||||
|
@ -13,6 +13,9 @@ details. */
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#define ST_RDONLY 0x80000 /* equals FILE_READ_ONLY_VOLUME */
|
||||||
|
#define ST_NOSUID 0 /* Looking for that bit should always fail. */
|
||||||
|
|
||||||
struct statvfs {
|
struct statvfs {
|
||||||
unsigned long f_bsize; /* file system block size */
|
unsigned long f_bsize; /* file system block size */
|
||||||
unsigned long f_frsize; /* fragment size */
|
unsigned long f_frsize; /* fragment size */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user