Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by
Diego Petteno)
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index d38e9be..2d0327f 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -966,6 +966,7 @@
\member{st_blocks} (number of blocks allocated for file),
\member{st_blksize} (filesystem blocksize),
\member{st_rdev} (type of device if an inode device).
+\member{st_flags} (user defined flags for file).
On Mac OS systems, the following attributes may also be available:
\member{st_rsize},