mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
* elf/testobj2.c (p): New function.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
loader is closed. Fixes unload3.
|
||||
* elf/tst-global1.c: New file.
|
||||
* elf/Makefile (tests): Add tst-global1.
|
||||
* elf/testobj2.c (p): New function.
|
||||
|
||||
2005-03-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
@@ -23,3 +23,9 @@ preload (int a)
|
||||
return fp (a) + 10;
|
||||
return 10;
|
||||
}
|
||||
|
||||
void
|
||||
p (void)
|
||||
{
|
||||
puts ("hello world");
|
||||
}
|
||||
|
Reference in New Issue
Block a user