standards/55112: glob.h, glob_t's gl_pathc should be "size_t",
not "int".
Tim Robbins
tjr at freebsd.org
Mon Jan 10 01:27:39 PST 2005
On Sun, Jan 09, 2005 at 07:33:19PM -0500, Mike Heffner wrote:
>
> What is the policy for how long to wait after a LIBC major bump before
> addressing ABI issues? Currently standards/55112 and an issue with kludge
> code in gen/genhostname.c were waiting for a bump before being addressed.
>
> The bump occurred 2 months ago, is it too late to fix these issues?
It's not too late, but I'm not game to make ABI changes like this after
what happened last time with stdio. It would probably be best to wait until
someone investigates ELF symbol versioning, and whether that can be used to
solve these kinds of problems without so many headaches.
Tim
More information about the freebsd-standards
mailing list