DragonFly BSD
DragonFly commits List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: 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 ...


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 May 2005 09:18:50 -0700 (PDT)

: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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]