OSDN Git Service

* regex/regex.h: Define regoff_t as _off_t.
authorcorinna <corinna>
Thu, 10 Apr 2003 19:49:28 +0000 (19:49 +0000)
committercorinna <corinna>
Thu, 10 Apr 2003 19:49:28 +0000 (19:49 +0000)
* regex/regex2.h: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/regex/regex.h
winsup/cygwin/regex/regex2.h

index a18d2a7..e5a1b1e 100644 (file)
@@ -1,5 +1,10 @@
 2003-04-10  Corinna Vinschen  <corinna@vinschen.de>
 
+       * regex/regex.h: Define regoff_t as _off_t.
+       * regex/regex2.h: Ditto.
+
+2003-04-10  Corinna Vinschen  <corinna@vinschen.de>
+
        * cygwin.din: Export wcscoll, wcswidth and wcwidth.
        * include/cygwin/version.h: Bump API minor number.
 
index 0ef0ace..ecba140 100644 (file)
@@ -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 */
index 58fd8d8..8c103fa 100644 (file)
@@ -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