From 1551cf20bcb8e60f45328131bb18dccdb9aa2ace Mon Sep 17 00:00:00 2001 From: corinna Date: Thu, 10 Apr 2003 19:49:28 +0000 Subject: [PATCH] * regex/regex.h: Define regoff_t as _off_t. * regex/regex2.h: Ditto. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/regex/regex.h | 2 +- winsup/cygwin/regex/regex2.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a18d2a7933..e5a1b1ec16 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-04-10 Corinna Vinschen + * regex/regex.h: Define regoff_t as _off_t. + * regex/regex2.h: Ditto. + +2003-04-10 Corinna Vinschen + * cygwin.din: Export wcscoll, wcswidth and wcwidth. * include/cygwin/version.h: Bump API minor number. diff --git a/winsup/cygwin/regex/regex.h b/winsup/cygwin/regex/regex.h index 0ef0ace366..ecba140b02 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 58fd8d8a43..8c103fa546 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 -- 2.11.0