Bruno Haible <[email protected]> writes: > Simon Josefsson wrote: >> +#define _SS_PADSIZE (_SS_SIZE - (max (sizeof (sa_family_t), \ >> + alignof (__ss_aligntype)) \ > > 'max' is not a predefined macro. I'm applying this fix:
Thanks. /Simon
Bruno Haible <[email protected]> writes: > Simon Josefsson wrote: >> +#define _SS_PADSIZE (_SS_SIZE - (max (sizeof (sa_family_t), \ >> + alignof (__ss_aligntype)) \ > > 'max' is not a predefined macro. I'm applying this fix:
Thanks. /Simon