Skip to content
Commit a7940634 authored by Thomas Hebb's avatar Thomas Hebb
Browse files

Fix build on glibc >= 2.28

glibc 2.28 [removed](https://lwn.net/Articles/761462/) the `_G_config.h`
header, which defined the `_G_va_list` type. This wasn't intended to be
a public type. Replace it with `__gnuc_va_list` to fix compilation.
parent 3e133872
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment