glibc/elf/failobj.c
Ulrich Drepper 1e26231274 Update.
* elf/Makefile (tests): Add loadfail.
	Add rules to build failobj.so.
	* elf/loadfail.c: New file.  Test of failing to load object with
	RTLD_GLOBAL set.
	* elf/failobj.c: New file.  Object which will fail to load.
1999-01-20 20:01:17 +00:00

7 lines
87 B
C

/* This function is supposed to not exist. */
int
foo (int a)
{
return xyzzy (a);
}