On Mon, Jul 27, 2020 at 8:49 AM Florian Weimer wrote: > > * H. J. Lu via Libc-alpha: > > > + /* Enforce zero-extension for the pointer argument in > > + > > + int setgroups(size_t size, const gid_t *list); > > + > > + The kernel XID arguments are unsigned and do not require sign > > + extension. */ > > + unsigned long int id[3]; > > Maybe add the missing space before '('? Fixed. > Rest looks good to me for glibc 2.32. > This is the patch I am checking in. Thanks. -- H.J.