mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2001-09-05 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to build new tests. Don't run them yet since they both fail. * elf/dblload.c: New file. * elf/dblloadmod1.c: New file. * elf/dblloadmod2.c: New file. * elf/dblloadmod3.c: New file. * elf/dblunload.c: New file.
This commit is contained in:
13
elf/dblloadmod2.c
Normal file
13
elf/dblloadmod2.c
Normal file
@ -0,0 +1,13 @@
|
||||
extern int bar (void);
|
||||
|
||||
int
|
||||
baz (void)
|
||||
{
|
||||
return -42;
|
||||
}
|
||||
|
||||
int
|
||||
xyzzy (void)
|
||||
{
|
||||
return 10 + bar ();
|
||||
}
|
Reference in New Issue
Block a user