1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* intl/finddomain.c: Likewise.
	* intl/gettextP.h: Likewise.
	* intl/loadmsgcat.c: Likewise.
This commit is contained in:
Ulrich Drepper
1998-04-02 13:11:24 +00:00
parent b60816b132
commit d0fc4041fe
24 changed files with 100 additions and 37 deletions

View File

@ -46,6 +46,7 @@ static receiver_fct receiver;
void
internal_function
_dl_signal_error (int errcode,
const char *objname,
const char *errstring)
@ -94,6 +95,7 @@ _dl_signal_error (int errcode,
}
int
internal_function
_dl_catch_error (char **errstring,
void (*operate) (void *),
void *args)
@ -125,6 +127,7 @@ _dl_catch_error (char **errstring,
}
void
internal_function
_dl_receive_error (receiver_fct fct, void (*operate) (void *), void *args)
{
struct catch *old_catch;