From 2a1e8e117e7f82940c48be08084d1c2f8c36b0a7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 10 Apr 2003 19:49:30 +0000 Subject: * regex/regex.h: Define regoff_t as _off_t. * regex/regex2.h: Ditto. --- winsup/cygwin/regex/regex2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/regex/regex2.h') 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 -- cgit v1.2.3