glibc/elf/filtmod1.c
Ulrich Drepper fcacb36a0c Update.
* elf/Makefile (tests): Add filter.  Add rules to generate filter.
	* elf/filter.c: New file.
	* elf/filtmod1.c: New file.
	* elf/filtmod2.c: New file.
2000-07-21 06:58:27 +00:00

6 lines
47 B
C

const char *
foo (void)
{
return __FILE__;
}