1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -303,6 +303,7 @@ decompose_rpath (const char *rpath, size_t additional_room,
void
internal_function
_dl_init_paths (const char *llp)
{
static const char *system_dirs[] =
@ -979,6 +980,7 @@ open_path (const char *name, size_t namelen, int preloaded,
/* Map in the shared object file NAME. */
struct link_map *
internal_function
_dl_map_object (struct link_map *loader, const char *name, int preloaded,
int type, int trace_mode)
{