1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* elf/dl-error.c: Likewise.
	* elf/dl-fini.c: Likewise.
	* elf/dl-runtime.c: Likewise.
	* elf/do-lookup.h: Likewise.
This commit is contained in:
Andreas Jaeger
2002-02-06 14:19:54 +00:00
parent cff26a3ed5
commit 64b6bd34ef
6 changed files with 44 additions and 40 deletions

View File

@ -126,7 +126,7 @@ _dl_signal_cerror (int errcode, const char *objname, const char *occation,
(*receiver) (errcode, objname, errstring);
}
else
INT(_dl_signal_error) (errcode, objname, occation, errstring);
INTUSE(_dl_signal_error) (errcode, objname, occation, errstring);
}