Closed neheb closed 5 months ago
the msghdr has padding in both glibc and musl. Initialize with names to avoid dealing with the padding.
There's also a wrong struct type that's an error now.
src/gpsdclient.h:67:24: error: field ‘source’ has incomplete type 67 | struct fixsource_t source;
this is not related.
the msghdr has padding in both glibc and musl. Initialize with names to avoid dealing with the padding.
There's also a wrong struct type that's an error now.