1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* elf/dl-close.c: Handle failed loads which would have gone in the
	global scope correctly.

	* elf/testobj1.c: Include stdlib.h to get NULL defined.
	* elf/testobj2.c: Likewise.
	* elf/testobj3.c: Likewise.
	* elf/testobj4.c: Likewise.
	* elf/testobj5.c: Likewise.

	* iconvdata/sami-ws2.c: New file.
This commit is contained in:
Ulrich Drepper
1999-01-20 18:32:29 +00:00
parent 0f6052a803
commit d3556ac929
7 changed files with 56 additions and 20 deletions

View File

@ -1,4 +1,5 @@
#include <dlfcn.h>
#include <stdlib.h>
int
obj2func1 (int a __attribute__ ((unused)))