<sys/statvfs.h> f_flag

What are the f_flag bitfields? Is it the ST_* constants?

If so, it should be documented a little better in the comments
for the f_flags field (instead of saying “bit mask of f_flag values”,
it should say “bit mask of ST_* values”)…

If not… ? :slight_smile:

Cheers,
-RK


Robert Krten, PARSE Software Devices +1 613 599 8316.
Realtime Systems Architecture, Books, Video-based and Instructor-led
Training and Consulting at www.parse.com.
Email my initials at parse dot com.

Robert Krten <nospam83@parse.com> wrote:

What are the f_flag bitfields? Is it the ST_* constants?

Yes.