This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4 v1.1] Use conf.list to generate spec array


> +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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]