[PATCH 4/4 v1.1] Use conf.list to generate spec array
Roland McGrath
roland@hack.frob.com
Thu Dec 18 00:48:00 GMT 2014
> +SPEC:XBS5:_SC_XBS5 {
As I mentioned in 1/4, just use whitespace as separator.
It simplifies the awk code.
> + print "static const int nspecs = sizeof (specs) / sizeof (specs[0]);"
I know you are just reproducing what the current source has.
But this should be size_t and the loop referring to it changed too.
Otherwise OK.
Thanks,
Roland
More information about the Libc-alpha
mailing list