]> git.saurik.com Git - apple/libc.git/blobdiff - include/glob.h
Libc-498.1.5.tar.gz
[apple/libc.git] / include / glob.h
index 62b17562820a3a7168ade71e3463ee5d71abb6e5..13c8da42b4b4e7d866fe91bb9017bc8c13f0dd73 100644 (file)
@@ -103,9 +103,6 @@ typedef struct {
 #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