On 11/08/10 14:50, Eric Blake wrote: > error() is not POSIX. Maybe the thing to do is figure out what in > libposix is dragging in error(), and work on breaking that dependency. > That way, a package using libposix then makes their own decision of > whether to supplement things with error() and program_name.
OK, I'll throw together a little script that looks at the dependencies of every POSIX module. Any that name non-POSIX modules are in error and in need of an adjustment. :) Cheers - Bruce