Loading...
include/glob.h Libc-498.1.7 Libc-498
--- Libc/Libc-498.1.7/include/glob.h
+++ Libc/Libc-498/include/glob.h
@@ -103,6 +103,9 @@
 #define	GLOB_QUOTE	0x0400	/* Quote special chars with \. */
 #define	GLOB_TILDE	0x0800	/* Expand tilde names from the passwd file. */
 #define	GLOB_LIMIT	0x1000	/* limit number of returned paths */
+//Begin-Libc
+#define GLOB_INODE64	0x80000000
+//End-Libc
 
 /* source compatibility, these are the old names */
 #define GLOB_MAXPATH	GLOB_LIMIT