commit | f7f1079796abc6f97c69521d2334e9c7d3945dd8 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Oct 17 15:21:12 2019 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Oct 17 15:21:12 2019 -0400 |
tree | 2551acbbf53118677bcc6c493bef0e57a25fd8b7 | |
parent | 1c9d2cba11ef2c9de31a6edb48eb20777be4a4f8 [diff] |
remove i386 support for legacy struct __va_list commit ffaaa6d230512f3a7f3d040b943517728f3dc3cf removed the corresponding stdarg.h support for compilers without va_list builtins, but failed to remove the alternate type definition, leaving incorrect va_list definitions in place with compilers that don't define __GNUC__ with a value >= 3.