Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the code that unregisters it raises SIGABRT again so the program actually aborts
|
|
|
|
|
|
it doesnt compile)
|
|
sjhill, feel free to comment :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more readable
|
|
|
|
gcc 4.0 but I don't want to wait anymore.
|
|
|
|
<lack> andersee: Yes. But why does it expose the prototype for _sys_siglist
but NOT provide it in the library? It should either be put into the
library or taken out of the header.
<lack> I just replace the prototype for _sys_siglist with '#define _sys_siglist
sys_siglist' and it seemed to work.
|
|
|
|
|
|
properly with the new ABI
|
|
|
|
|
|
Hide __syscall_error from outside libc.
From Peter Mazinger.
|
|
|
|
|
|
|
|
has a chance of perhaps working...
|
|
|
|
|
|
|
|
i386/m68k
|
|
|
|
|
|
RPATH sematics changed to match RUNPATH. Only difference is
that RPATH is searched before LD_LIBRARY_PATH and RUNPATH
after. This is not complete but better than the current mess(I think).
|