* regex/regex.h: Define regoff_t as _off_t.
* regex/regex2.h: Ditto.
This commit is contained in:
		@@ -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 */
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user