mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix warning
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
This commit is contained in:
parent
2e4c1e9edb
commit
59910343fc
@ -1,3 +1,8 @@
|
||||
2012-05-17 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* elf/tst-relsort1.c (do_test): Fix function declaration to avoid
|
||||
warning.
|
||||
|
||||
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
static int
|
||||
do_test ()
|
||||
do_test (void)
|
||||
{
|
||||
const char lib[] = "$ORIGIN/tst-relsort1mod1.so";
|
||||
void *h = dlopen (lib, RTLD_NOW);
|
||||
|
Loading…
Reference in New Issue
Block a user