make regoff_t and regex_t match C++ ABI
authorRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 18:39:59 +0000 (14:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 18:39:59 +0000 (14:39 -0400)
commit8327ae0cb23b799bc55a45e0d4bd95f5a2b1cdf1
tree1f79d37ba2a5fd06ccb21ebf6e392cbf914bb427
parent1da53dad278f98b7712ac002162afaa8815ba580
make regoff_t and regex_t match C++ ABI

for regoff_t, it's impossible to match on 64-bit archs because glibc
defined the type in a non-conforming way. however this change makes
the type match on 32-bit archs.
include/alltypes.h.in
include/regex.h