mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* elf/testobj2.c (p): New function.
This commit is contained in:
@@ -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