Move regoff_t to regex.h

This commit is contained in:
Tibor Nagy
2018-10-09 16:43:34 +02:00
parent 3f4fbf9084
commit 0f5fa8c9d4
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -20,7 +20,6 @@ typedef long clock_t;
typedef int clockid_t;
typedef void* timer_t;
typedef unsigned long int blkcnt_t;
typedef size_t regoff_t;
typedef unsigned char u_char, uchar;
typedef unsigned short u_short, ushort;