On Wed, May 02, 2001 at 08:55:17AM +0100, Matthew Wilcox wrote:
> --- elf/dl-error.c 2001/04/25 18:39:32 1.6.2.1
> +++ elf/dl-error.c 2001/05/01 23:10:34
> @@ -154,6 +154,8 @@ _dl_catch_error (const char **objname, c
> return 0;
> }
>
> +printf("_dl_catcherror: we longjmped\n");
> +
>
Use _dl_sysdep_output (int fd, const char *msg, ...).