summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h
index 694ac40..0cfa2df 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -44,7 +44,7 @@
struct stat;
typedef struct {
- int gl_pathc; /* Count of total paths so far. */
+ 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. */
int gl_flags; /* Copy of flags parameter to glob. */
OpenPOWER on IntegriCloud