public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Fix a return type in elf unload test
@ 2021-07-23 17:06 Stan Shebs
  0 siblings, 0 replies; 2+ messages in thread
From: Stan Shebs @ 2021-07-23 17:06 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4bb48f1b3aec652651b2fe45d5dac90cd7812453

commit 4bb48f1b3aec652651b2fe45d5dac90cd7812453
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc/google/grte/v5-2.27/master] Fix a return type in elf unload test
@ 2021-08-28  0:39 Fangrui Song
  0 siblings, 0 replies; 2+ messages in thread
From: Fangrui Song @ 2021-08-28  0:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6db4535a70acdbf258b52bd6c79ce56e226b4015

commit 6db4535a70acdbf258b52bd6c79ce56e226b4015
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-28  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 17:06 [glibc/google/grte/v5-2.27/master] Fix a return type in elf unload test Stan Shebs
2021-08-28  0:39 Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).