* include/sys/statvfs.h (ST_RDONLY): Define.

(ST_NOSUID): Define.
This commit is contained in:
Corinna Vinschen 2005-02-23 16:27:54 +00:00
parent a652e6d52a
commit 81d0376064
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* cygwin.din (fstatvfs): Export.

View File

@ -13,6 +13,9 @@ details. */
#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 {
unsigned long f_bsize; /* file system block size */
unsigned long f_frsize; /* fragment size */