summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/regex/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/regex/regex.h')
-rw-r--r--winsup/cygwin/regex/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/regex/regex.h b/winsup/cygwin/regex/regex.h
index 0ef0ace36..ecba140b0 100644
--- a/winsup/cygwin/regex/regex.h
+++ b/winsup/cygwin/regex/regex.h
@@ -14,7 +14,7 @@ extern "C" {
#endif
/* === regex2.h === */
-typedef off_t regoff_t;
+typedef _off_t regoff_t;
typedef struct {
int re_magic;
size_t re_nsub; /* number of parenthesized subexpressions */