• R
    make regoff_t and regex_t match C++ ABI · 8327ae0c
    Rich Felker 提交于
    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.
    8327ae0c
alltypes.h.in 1.8 KB