+2013-01-13 Mike Frysinger <vapier@gentoo.org>
+
+ * manual/pattern.texi (glob_t): Document gl_flags.
+ (glob64_t): Likewise.
+
2013-01-11 David S. Miller <davem@davemloft.net>
* math/Makefile: Recognize gmp-sysdep_routines.
is set in the flag parameter. The type of this field is @code{@w{int
(*) (const char *,} @w{struct stat *)}}.
+This is a GNU extension.
+
+@item gl_flags
+The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR}
+might be set. See @ref{Flags for Globbing} for more details.
+
This is a GNU extension.
@end table
@end deftp
is set in the flag parameter. The type of this field is @code{@w{int
(*) (const char *,} @w{struct stat64 *)}}.
+This is a GNU extension.
+
+@item gl_flags
+The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR}
+might be set. See @ref{Flags for Globbing} for more details.
+
This is a GNU extension.
@end table
@end deftp