Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-04-10 23:49:30 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-04-10 23:49:30 +0400
commit2a1e8e117e7f82940c48be08084d1c2f8c36b0a7 (patch)
tree2081b8cb4c9efa9698911f21e3b58c8d076d2ee1 /winsup/cygwin/regex
parentac5ec9613715f3fd1ac972522df73c7543ae768f (diff)
* regex/regex.h: Define regoff_t as _off_t.
* regex/regex2.h: Ditto.
Diffstat (limited to 'winsup/cygwin/regex')
-rw-r--r--winsup/cygwin/regex/regex.h2
-rw-r--r--winsup/cygwin/regex/regex2.h2
2 files changed, 2 insertions, 2 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 */
diff --git a/winsup/cygwin/regex/regex2.h b/winsup/cygwin/regex/regex2.h
index 58fd8d8a4..8c103fa54 100644
--- a/winsup/cygwin/regex/regex2.h
+++ b/winsup/cygwin/regex/regex2.h
@@ -1,6 +1,6 @@
/*
* First, the stuff that ends up in the outside-world include file
- = typedef off_t regoff_t;
+ = typedef _off_t regoff_t;
= typedef struct {
= int re_magic;
= size_t re_nsub; // number of parenthesized subexpressions