1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Tue Jun 25 10:58:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>

* inet/getrpcent.c: Fix macros.
	* inet/getrpcent_r.c: Fix macros.

	* elf/dlsym.c (dlsym): Search the global scope if HANDLE is null.

	* elf/dl-load.c (_dl_map_object_from_fd): Initialize L.
This commit is contained in:
Roland McGrath
1996-06-25 18:22:06 +00:00
parent a4242e25dc
commit 622586fbe0
5 changed files with 33 additions and 9 deletions

View File

@ -70,7 +70,7 @@ struct link_map *
_dl_map_object_from_fd (const char *name, int fd, char *realname,
struct link_map *loader, int l_type)
{
struct link_map *l;
struct link_map *l = NULL;
void *file_mapping = NULL;
size_t mapping_size = 0;