aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/glob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glob.h b/include/glob.h
index 0cfa2df0d8ae1..dad7d0c6adb9c 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -45,8 +45,8 @@
struct stat;
typedef struct {
size_t gl_pathc; /* Count of total paths so far. */
- int gl_matchc; /* Count of paths matching pattern. */
- int gl_offs; /* Reserved at beginning of gl_pathv. */
+ size_t gl_matchc; /* Count of paths matching pattern. */
+ size_t gl_offs; /* Reserved at beginning of gl_pathv. */
int gl_flags; /* Copy of flags parameter to glob. */
char **gl_pathv; /* List of paths matching pattern. */
/* Copy of errfunc parameter to glob. */