cvs commit: src/lib/libc/gen Makefile.inc errlst.c src/lib/libc/i386/sys cerror.S ptrace.S src/lib/libc/sys Makefile.inc __error.c src/lib/libc_r/sys Makefile.inc uthread_error.c src/lib/libc_r/uthread Makefile.inc ...

Matthew Dillon dillon at apollo.backplane.com
Wed May 4 09:19:17 PDT 2005


:This change breaks the complication of too many software packages. 
:There has to be a better way to go about this...
:
:-DR

    Short of doing some linker magic for non-threaded programs, no.
    Programs really should not be declaring errno themselves these days.
    Those that do are broken.  The fix isn't difficult, you just rip out
    the bad declaration and stuff in #include <errno.h>.

					-Matt





More information about the Commits mailing list